#AF5A79

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

Shades of Royal Heath #AF5A79

Tints of Royal Heath #AF5A79

Color information

#AF5A79 (or 0xAF5A79) is unknown color: approx Royal Heath. HEX triplet: AF, 5A and 79. RGB value is (175,90,121). Sum of RGB (Red+Green+Blue) = 175+90+121=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A79 is #50A586. Grayscale: #767676. Windows color (decimal): -5285255 or 7953071. OLE color: 7953071.

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

Color convert

RGB17590121-
CMYK00.490.310.31
HSL338.12º34.69%51.96%-
HSV(B)338.12º48.57%68.63%-
XYZ24.7917.8120.22-
YUV118.95129.16167.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 90 (35.55% from 255) = 23.32%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=45.34%
G=23.32%
B=31.35%

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
Decimal1759012100.490.310.31338.1234.6951.96
HexAF5A790311F1F1522334
Octal25713217106137375224364
Binary101011111011010111100101100011111111111101010010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5A79; }

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

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

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

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

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

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

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

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