Shades of Royal Heath #AF517C
Tints of Royal Heath #AF517C
RGB
CMYK
RGB Variations
Color information
#AF517C (or 0xAF517C) is known color: Royal Heath. HEX triplet: AF, 51 and 7C. RGB value is (175,81,124). Sum of RGB (Red+Green+Blue) = 175+81+124=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF517C is #50AE83. Grayscale: #717171. Windows color (decimal): -5287556 or 8147375. OLE color: 8147375.
HSL color Cylindrical-coordinate representation of color #AF517C: hue angle of 332.55º 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 #AF517C is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 124 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.31 |
| HSL | 332.55º | 0.37% | 0.5% | - |
| HSV(B) | 332.55º | 0.54% | 0.69% | - |
| XYZ | 24.26 | 16.45 | 20.97 | - |
| YUV | 114.01 | 133.64 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 124 | 0 | 0.54 | 0.29 | 0.31 | 332.55 | 0.37 | 0.5 |
| Hex | AF | 51 | 7C | 0 | 36 | 1D | 1F | 14D | 25 | 32 |
| Octal | 257 | 121 | 174 | 0 | 66 | 35 | 37 | 515 | 45 | 62 |
| Binary | 10101111 | 1010001 | 1111100 | 0 | 110110 | 11101 | 11111 | 101001101 | 100101 | 110010 |
Color Harmonies of #AF517C
Complementary color
Monochromatic Colors of #AF517C
Black with #AF517C
Text Example
Text Example
White with #AF517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF517C; }
p { color: rgb(175,81,124); }
H1.HeaderClassName
{
color: #AF517C;
}
.AnyTagClassName
{
color: #AF517C;
}
</style>
background-color css
<style>
a { background-color: #AF517C; }
a { background-color: rgb(175,81,124); }
div.DivClassName
{
background-color: #AF517C;
}
.BgClassName
{
background-color: #AF517C;
}
</style>
border-color css
<style>
span { border-color: #AF517C; }
span { border-color: rgb(175,81,124); }
td.TdClassName
{
border-color: #AF517C;
}
.TagClassName
{
border-color: #AF517C;
}
</style>