#AF5171

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

Shades of Royal Heath #AF5171

Tints of Royal Heath #AF5171

Color information

#AF5171 (or 0xAF5171) is unknown color: approx Royal Heath. HEX triplet: AF, 51 and 71. RGB value is (175,81,113). Sum of RGB (Red+Green+Blue) = 175+81+113=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5171 is #50AE8E. Grayscale: #707070. Windows color (decimal): -5287567 or 7426479. OLE color: 7426479.

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

Color convert

RGB17581113-
CMYK00.540.350.31
HSL339.57º37.01%50.2%-
HSV(B)339.57º53.71%68.63%-
XYZ23.616.1917.5-
YUV112.75128.14172.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=47.43%
G=21.95%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758111300.540.350.31339.5737.0150.2
HexAF5171036231F1542532
Octal25712116106643375244562
Binary1010111110100011110001011011010001111111101010100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5171; }

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

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

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

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

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

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

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

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