Shades of Royal Heath #AF5184
Tints of Royal Heath #AF5184
RGB
CMYK
RGB Variations
Color information
#AF5184 (or 0xAF5184) is known color: Royal Heath. HEX triplet: AF, 51 and 84. RGB value is (175,81,132). Sum of RGB (Red+Green+Blue) = 175+81+132=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5184 is #50AE7B. Grayscale: #727272. Windows color (decimal): -5287548 or 8671663. OLE color: 8671663.
HSL color Cylindrical-coordinate representation of color #AF5184: hue angle of 327.45º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5184 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 132 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.31 |
| HSL | 327.45º | 0.37% | 0.5% | - |
| HSV(B) | 327.45º | 0.54% | 0.69% | - |
| XYZ | 24.79 | 16.66 | 23.74 | - |
| YUV | 114.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 132 | 0 | 0.54 | 0.25 | 0.31 | 327.45 | 0.37 | 0.5 |
| Hex | AF | 51 | 84 | 0 | 36 | 19 | 1F | 147 | 25 | 32 |
| Octal | 257 | 121 | 204 | 0 | 66 | 31 | 37 | 507 | 45 | 62 |
| Binary | 10101111 | 1010001 | 10000100 | 0 | 110110 | 11001 | 11111 | 101000111 | 100101 | 110010 |
Color Harmonies of #AF5184
Complementary color
Monochromatic Colors of #AF5184
Black with #AF5184
Text Example
Text Example
White with #AF5184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5184; }
p { color: rgb(175,81,132); }
H1.HeaderClassName
{
color: #AF5184;
}
.AnyTagClassName
{
color: #AF5184;
}
</style>
background-color css
<style>
a { background-color: #AF5184; }
a { background-color: rgb(175,81,132); }
div.DivClassName
{
background-color: #AF5184;
}
.BgClassName
{
background-color: #AF5184;
}
</style>
border-color css
<style>
span { border-color: #AF5184; }
span { border-color: rgb(175,81,132); }
td.TdClassName
{
border-color: #AF5184;
}
.TagClassName
{
border-color: #AF5184;
}
</style>