#AB5676

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

Shades of Royal Heath #AB5676

Tints of Royal Heath #AB5676

Color information

#AB5676 (or 0xAB5676) is unknown color: approx Royal Heath. HEX triplet: AB, 56 and 76. RGB value is (171,86,118). Sum of RGB (Red+Green+Blue) = 171+86+118=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5676 is #54A989. Grayscale: #737373. Windows color (decimal): -5548426 or 7755435. OLE color: 7755435.

HSL color Cylindrical-coordinate representation of color #AB5676: hue angle of 337.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5676 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB17186118-
CMYK00.500.310.33
HSL337.41º33.6%50.39%-
HSV(B)337.41º49.71%67.06%-
XYZ23.3916.6219.11-
YUV115.06129.66167.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=45.6%
G=22.93%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718611800.500.310.33337.4133.650.39
HexAB56760321F211512232
Octal25312616606237415214262
Binary1010101110101101110110011001011111100001101010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5676; }

 p { color: rgb(171,86,118); }

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

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

 a { background-color: rgb(171,86,118); }

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

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

 span { border-color: rgb(171,86,118); }

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