#AF5271

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

Shades of Royal Heath #AF5271

Tints of Royal Heath #AF5271

Color information

#AF5271 (or 0xAF5271) is unknown color: approx Royal Heath. HEX triplet: AF, 52 and 71. RGB value is (175,82,113). Sum of RGB (Red+Green+Blue) = 175+82+113=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5271 is #50AD8E. Grayscale: #717171. Windows color (decimal): -5287311 or 7426735. OLE color: 7426735.

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

Color convert

RGB17582113-
CMYK00.530.350.31
HSL340º36.76%50.39%-
HSV(B)340º53.14%68.63%-
XYZ23.6816.3417.53-
YUV113.34127.81171.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 82 (32.42% from 255) = 22.16%
BLUE value IS 113 (44.53% from 255) = 30.54%
R=47.30%
G=22.16%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758211300.530.350.3134036.7650.39
HexAF5271035231F1542532
Octal25712216106543375244562
Binary1010111110100101110001011010110001111111101010100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5271; }

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

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

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

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

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

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

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

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