Shades of Royal Heath #AF5183
Tints of Royal Heath #AF5183
RGB
CMYK
RGB Variations
Color information
#AF5183 (or 0xAF5183) is known color: Royal Heath. HEX triplet: AF, 51 and 83. RGB value is (175,81,131). Sum of RGB (Red+Green+Blue) = 175+81+131=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5183 is #50AE7C. Grayscale: #727272. Windows color (decimal): -5287549 or 8606127. OLE color: 8606127.
HSL color Cylindrical-coordinate representation of color #AF5183: hue angle of 328.09º 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 #AF5183 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 131 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.31 |
| HSL | 328.09º | 0.37% | 0.5% | - |
| HSV(B) | 328.09º | 0.54% | 0.69% | - |
| XYZ | 24.72 | 16.64 | 23.38 | - |
| YUV | 114.81 | 137.14 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 131 | 0 | 0.54 | 0.25 | 0.31 | 328.09 | 0.37 | 0.5 |
| Hex | AF | 51 | 83 | 0 | 36 | 19 | 1F | 148 | 25 | 32 |
| Octal | 257 | 121 | 203 | 0 | 66 | 31 | 37 | 510 | 45 | 62 |
| Binary | 10101111 | 1010001 | 10000011 | 0 | 110110 | 11001 | 11111 | 101001000 | 100101 | 110010 |
Color Harmonies of #AF5183
Complementary color
Monochromatic Colors of #AF5183
Black with #AF5183
Text Example
Text Example
White with #AF5183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5183; }
p { color: rgb(175,81,131); }
H1.HeaderClassName
{
color: #AF5183;
}
.AnyTagClassName
{
color: #AF5183;
}
</style>
background-color css
<style>
a { background-color: #AF5183; }
a { background-color: rgb(175,81,131); }
div.DivClassName
{
background-color: #AF5183;
}
.BgClassName
{
background-color: #AF5183;
}
</style>
border-color css
<style>
span { border-color: #AF5183; }
span { border-color: rgb(175,81,131); }
td.TdClassName
{
border-color: #AF5183;
}
.TagClassName
{
border-color: #AF5183;
}
</style>