#AF5979

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

Shades of Royal Heath #AF5979

Tints of Royal Heath #AF5979

Color information

#AF5979 (or 0xAF5979) is unknown color: approx Royal Heath. HEX triplet: AF, 59 and 79. RGB value is (175,89,121). Sum of RGB (Red+Green+Blue) = 175+89+121=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5979 is #50A686. Grayscale: #767676. Windows color (decimal): -5285511 or 7952815. OLE color: 7952815.

HSL color Cylindrical-coordinate representation of color #AF5979: hue angle of 337.67º 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 #AF5979 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17589121-
CMYK00.490.310.31
HSL337.67º34.96%51.76%-
HSV(B)337.67º49.14%68.63%-
XYZ24.717.6420.19-
YUV118.36129.49168.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=45.45%
G=23.12%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758912100.490.310.31337.6734.9651.76
HexAF59790311F1F1522334
Octal25713117106137375224364
Binary101011111011001111100101100011111111111101010010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5979; }

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

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

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

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

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

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

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

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