#AF5671

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

Shades of Royal Heath #AF5671

Tints of Royal Heath #AF5671

Color information

#AF5671 (or 0xAF5671) is unknown color: approx Royal Heath. HEX triplet: AF, 56 and 71. RGB value is (175,86,113). Sum of RGB (Red+Green+Blue) = 175+86+113=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5671 is #50A98E. Grayscale: #737373. Windows color (decimal): -5286287 or 7427759. OLE color: 7427759.

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

Color convert

RGB17586113-
CMYK00.510.350.31
HSL341.8º35.74%51.18%-
HSV(B)341.8º50.86%68.63%-
XYZ23.9916.9617.63-
YUV115.69126.49170.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 86 (33.98% from 255) = 22.99%
BLUE value IS 113 (44.53% from 255) = 30.21%
R=46.79%
G=22.99%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758611300.510.350.31341.835.7451.18
HexAF5671033231F1562433
Octal25712616106343375264463
Binary1010111110101101110001011001110001111111101010110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5671; }

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

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

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

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

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

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

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

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