Shades of Royal Heath #AF5471
Tints of Royal Heath #AF5471
RGB
CMYK
RGB Variations
Color information
#AF5471 (or 0xAF5471) is known color: Royal Heath. HEX triplet: AF, 54 and 71. RGB value is (175,84,113). Sum of RGB (Red+Green+Blue) = 175+84+113=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5471 is #50AB8E. Grayscale: #727272. Windows color (decimal): -5286799 or 7427247. OLE color: 7427247.
HSL color Cylindrical-coordinate representation of color #AF5471: hue angle of 340.88º 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 #AF5471 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 113 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.31 |
| HSL | 340.88º | 0.36% | 0.51% | - |
| HSV(B) | 340.88º | 0.52% | 0.69% | - |
| XYZ | 23.83 | 16.65 | 17.58 | - |
| YUV | 114.52 | 127.15 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 113 | 0 | 0.52 | 0.35 | 0.31 | 340.88 | 0.36 | 0.51 |
| Hex | AF | 54 | 71 | 0 | 34 | 23 | 1F | 155 | 24 | 33 |
| Octal | 257 | 124 | 161 | 0 | 64 | 43 | 37 | 525 | 44 | 63 |
| Binary | 10101111 | 1010100 | 1110001 | 0 | 110100 | 100011 | 11111 | 101010101 | 100100 | 110011 |
Color Harmonies of #AF5471
Complementary color
Monochromatic Colors of #AF5471
Black with #AF5471
Text Example
Text Example
White with #AF5471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5471; }
p { color: rgb(175,84,113); }
H1.HeaderClassName
{
color: #AF5471;
}
.AnyTagClassName
{
color: #AF5471;
}
</style>
background-color css
<style>
a { background-color: #AF5471; }
a { background-color: rgb(175,84,113); }
div.DivClassName
{
background-color: #AF5471;
}
.BgClassName
{
background-color: #AF5471;
}
</style>
border-color css
<style>
span { border-color: #AF5471; }
span { border-color: rgb(175,84,113); }
td.TdClassName
{
border-color: #AF5471;
}
.TagClassName
{
border-color: #AF5471;
}
</style>