#AF4E71

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

Shades of Royal Heath #AF4E71

Tints of Royal Heath #AF4E71

Color information

#AF4E71 (or 0xAF4E71) is unknown color: approx Royal Heath. HEX triplet: AF, 4E and 71. RGB value is (175,78,113). Sum of RGB (Red+Green+Blue) = 175+78+113=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E71 is #50B18E. Grayscale: #6E6E6E. Windows color (decimal): -5288335 or 7425711. OLE color: 7425711.

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

Color convert

RGB17578113-
CMYK00.550.350.31
HSL338.35º38.34%49.61%-
HSV(B)338.35º55.43%68.63%-
XYZ23.3815.7517.43-
YUV110.99129.14173.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 78 (30.86% from 255) = 21.31%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=47.81%
G=21.31%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757811300.550.350.31338.3538.3449.61
HexAF4E71037231F1522632
Octal25711616106743375224662
Binary1010111110011101110001011011110001111111101010010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E71; }

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

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

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

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

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

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

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

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