Shades of Royal Heath #AF5472
Tints of Royal Heath #AF5472
RGB
CMYK
RGB Variations
Color information
#AF5472 (or 0xAF5472) is known color: 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
| RGB | 175 | 84 | 114 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.31 |
| HSL | 340.22º | 0.36% | 0.51% | - |
| HSV(B) | 340.22º | 0.52% | 0.69% | - |
| XYZ | 23.89 | 16.67 | 17.88 | - |
| YUV | 114.63 | 127.65 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 114 | 0 | 0.52 | 0.35 | 0.31 | 340.22 | 0.36 | 0.51 |
| Hex | AF | 54 | 72 | 0 | 34 | 23 | 1F | 154 | 24 | 33 |
| Octal | 257 | 124 | 162 | 0 | 64 | 43 | 37 | 524 | 44 | 63 |
| Binary | 10101111 | 1010100 | 1110010 | 0 | 110100 | 100011 | 11111 | 101010100 | 100100 | 110011 |
Color Harmonies of #AF5472
Complementary color
Monochromatic Colors of #AF5472
Black with #AF5472
Text Example
Text Example
White with #AF5472
Text Example
Text Example
HTML Codes & Css Web 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>