#AF5371

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

Shades of Royal Heath #AF5371

Tints of Royal Heath #AF5371

Color information

#AF5371 (or 0xAF5371) is unknown color: approx Royal Heath. HEX triplet: AF, 53 and 71. RGB value is (175,83,113). Sum of RGB (Red+Green+Blue) = 175+83+113=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5371 is #50AC8E. Grayscale: #717171. Windows color (decimal): -5287055 or 7426991. OLE color: 7426991.

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

Color convert

RGB17583113-
CMYK00.530.350.31
HSL340.43º36.51%50.59%-
HSV(B)340.43º52.57%68.63%-
XYZ23.7516.4917.55-
YUV113.93127.48171.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=47.17%
G=22.37%
B=30.46%

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
Decimal1758311300.530.350.31340.4336.5150.59
HexAF5371035231F1542533
Octal25712316106543375244563
Binary1010111110100111110001011010110001111111101010100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5371; }

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

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

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

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

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

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

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

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