Shades of Royal Heath #AF5182
Tints of Royal Heath #AF5182
RGB
CMYK
RGB Variations
Color information
#AF5182 (or 0xAF5182) is known color: Royal Heath. HEX triplet: AF, 51 and 82. RGB value is (175,81,130). Sum of RGB (Red+Green+Blue) = 175+81+130=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5182 is #50AE7D. Grayscale: #727272. Windows color (decimal): -5287550 or 8540591. OLE color: 8540591.
HSL color Cylindrical-coordinate representation of color #AF5182: hue angle of 328.72º 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 #AF5182 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 130 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.31 |
| HSL | 328.72º | 0.37% | 0.5% | - |
| HSV(B) | 328.72º | 0.54% | 0.69% | - |
| XYZ | 24.65 | 16.61 | 23.03 | - |
| YUV | 114.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 130 | 0 | 0.54 | 0.26 | 0.31 | 328.72 | 0.37 | 0.5 |
| Hex | AF | 51 | 82 | 0 | 36 | 1A | 1F | 149 | 25 | 32 |
| Octal | 257 | 121 | 202 | 0 | 66 | 32 | 37 | 511 | 45 | 62 |
| Binary | 10101111 | 1010001 | 10000010 | 0 | 110110 | 11010 | 11111 | 101001001 | 100101 | 110010 |
Color Harmonies of #AF5182
Complementary color
Monochromatic Colors of #AF5182
Black with #AF5182
Text Example
Text Example
White with #AF5182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5182; }
p { color: rgb(175,81,130); }
H1.HeaderClassName
{
color: #AF5182;
}
.AnyTagClassName
{
color: #AF5182;
}
</style>
background-color css
<style>
a { background-color: #AF5182; }
a { background-color: rgb(175,81,130); }
div.DivClassName
{
background-color: #AF5182;
}
.BgClassName
{
background-color: #AF5182;
}
</style>
border-color css
<style>
span { border-color: #AF5182; }
span { border-color: rgb(175,81,130); }
td.TdClassName
{
border-color: #AF5182;
}
.TagClassName
{
border-color: #AF5182;
}
</style>