#AB4F6F

Color #AB4F6F Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AB4F6F

Tints of Royal Heath #AB4F6F

Color information

#AB4F6F (or 0xAB4F6F) is unknown color: approx Royal Heath. HEX triplet: AB, 4F and 6F. RGB value is (171,79,111). Sum of RGB (Red+Green+Blue) = 171+79+111=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4F6F is #54B090. Grayscale: #6E6E6E. Windows color (decimal): -5550225 or 7294891. OLE color: 7294891.

HSL color Cylindrical-coordinate representation of color #AB4F6F: hue angle of 339.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB4F6F is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB17179111-
CMYK00.540.350.33
HSL339.13º36.8%49.02%-
HSV(B)339.13º53.8%67.06%-
XYZ22.4615.416.83-
YUV110.16128.48171.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=47.37%
G=21.88%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717911100.540.350.33339.1336.849.02
HexAB4F6F03623211532531
Octal25311715706643415234561
Binary10101011100111111011110110110100011100001101010011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4F6F; }

 p { color: rgb(171,79,111); }

 H1.HeaderClassName
 {
   color: #AB4F6F;
 }
 .AnyTagClassName
 {
   color: #AB4F6F;
 }
</style>
background-color css

<style>
 a { background-color: #AB4F6F; }

 a { background-color: rgb(171,79,111); }

 div.DivClassName
 {
   background-color: #AB4F6F;
 }
 .BgClassName
 {
   background-color: #AB4F6F;
 }
</style>
border-color css

<style>
 span { border-color: #AB4F6F; }

 span { border-color: rgb(171,79,111); }

 td.TdClassName
 {
   border-color: #AB4F6F;
 }
 .TagClassName
 {
   border-color: #AB4F6F;
 }
</style>