#AF5472

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

Shades of Royal Heath #AF5472

Tints of Royal Heath #AF5472

Color information

#AF5472 (or 0xAF5472) is unknown color: approx Royal Heath. HEX triplet: AF, 54 and 72. RGB value is (175,84,114). Sum of RGB (Red+Green+Blue) = 175+84+114=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5472 is #50AB8D. Grayscale: #727272. Windows color (decimal): -5286798 or 7492783. OLE color: 7492783.

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

Color convert

RGB17584114-
CMYK00.520.350.31
HSL340.22º36.25%50.78%-
HSV(B)340.22º52%68.63%-
XYZ23.8916.6717.88-
YUV114.63127.65171.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 84 (33.20% from 255) = 22.52%
BLUE value IS 114 (44.92% from 255) = 30.56%
R=46.92%
G=22.52%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758411400.520.350.31340.2236.2550.78
HexAF5472034231F1542433
Octal25712416206443375244463
Binary1010111110101001110010011010010001111111101010100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5472; }

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

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

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

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

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

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

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

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