#AF5572

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

Shades of Royal Heath #AF5572

Tints of Royal Heath #AF5572

Color information

#AF5572 (or 0xAF5572) is unknown color: approx Royal Heath. HEX triplet: AF, 55 and 72. RGB value is (175,85,114). Sum of RGB (Red+Green+Blue) = 175+85+114=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5572 is #50AA8D. Grayscale: #737373. Windows color (decimal): -5286542 or 7493039. OLE color: 7493039.

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

Color convert

RGB17585114-
CMYK00.510.350.31
HSL340.67º36%50.98%-
HSV(B)340.67º51.43%68.63%-
XYZ23.9616.8317.9-
YUV115.22127.32170.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=46.79%
G=22.73%
B=30.48%

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
Decimal1758511400.510.350.31340.673650.98
HexAF5572033231F1552433
Octal25712516206343375254463
Binary1010111110101011110010011001110001111111101010101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5572; }

 p { color: rgb(175,85,114); }

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

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

 a { background-color: rgb(175,85,114); }

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

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

 span { border-color: rgb(175,85,114); }

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