#AF4E77

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

Shades of Royal Heath #AF4E77

Tints of Royal Heath #AF4E77

Color information

#AF4E77 (or 0xAF4E77) is unknown color: approx Royal Heath. HEX triplet: AF, 4E and 77. RGB value is (175,78,119). Sum of RGB (Red+Green+Blue) = 175+78+119=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E77 is #50B188. Grayscale: #6F6F6F. Windows color (decimal): -5288329 or 7818927. OLE color: 7818927.

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

Color convert

RGB17578119-
CMYK00.550.320.31
HSL334.64º38.34%49.61%-
HSV(B)334.64º55.43%68.63%-
XYZ23.7315.8919.27-
YUV111.68132.14173.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 78 (30.86% from 255) = 20.97%
BLUE value IS 119 (46.88% from 255) = 31.99%
R=47.04%
G=20.97%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757811900.550.320.31334.6438.3449.61
HexAF4E77037201F14f2632
Octal25711616706740375174662
Binary1010111110011101110111011011110000011111101001111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E77; }

 p { color: rgb(175,78,119); }

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

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

 a { background-color: rgb(175,78,119); }

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

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

 span { border-color: rgb(175,78,119); }

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