#AF5778

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

Shades of Royal Heath #AF5778

Tints of Royal Heath #AF5778

Color information

#AF5778 (or 0xAF5778) is unknown color: approx Royal Heath. HEX triplet: AF, 57 and 78. RGB value is (175,87,120). Sum of RGB (Red+Green+Blue) = 175+87+120=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5778 is #50A887. Grayscale: #757575. Windows color (decimal): -5286024 or 7886767. OLE color: 7886767.

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

Color convert

RGB17587120-
CMYK00.500.310.31
HSL337.5º35.48%51.37%-
HSV(B)337.5º50.29%68.63%-
XYZ24.4817.2919.82-
YUV117.07129.65169.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 87 (34.38% from 255) = 22.77%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=45.81%
G=22.77%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758712000.500.310.31337.535.4851.37
HexAF57780321F1F1522333
Octal25712717006237375224363
Binary101011111010111111100001100101111111111101010010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5778; }

 p { color: rgb(175,87,120); }

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

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

 a { background-color: rgb(175,87,120); }

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

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

 span { border-color: rgb(175,87,120); }

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