#AF5976

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

Shades of Royal Heath #AF5976

Tints of Royal Heath #AF5976

Color information

#AF5976 (or 0xAF5976) is unknown color: approx Royal Heath. HEX triplet: AF, 59 and 76. RGB value is (175,89,118). Sum of RGB (Red+Green+Blue) = 175+89+118=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5976 is #50A689. Grayscale: #757575. Windows color (decimal): -5285514 or 7756207. OLE color: 7756207.

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

Color convert

RGB17589118-
CMYK00.490.330.31
HSL339.77º34.96%51.76%-
HSV(B)339.77º49.14%68.63%-
XYZ24.5217.5719.24-
YUV118.02127.99168.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 118 (46.48% from 255) = 30.89%
R=45.81%
G=23.30%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758911800.490.330.31339.7734.9651.76
HexAF5976031211F1542334
Octal25713116606141375244364
Binary1010111110110011110110011000110000111111101010100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5976; }

 p { color: rgb(175,89,118); }

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

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

 a { background-color: rgb(175,89,118); }

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

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

 span { border-color: rgb(175,89,118); }

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