Shades of Royal Heath #AF517E
Tints of Royal Heath #AF517E
RGB
CMYK
RGB Variations
Color information
#AF517E (or 0xAF517E) is known color: Royal Heath. HEX triplet: AF, 51 and 7E. RGB value is (175,81,126). Sum of RGB (Red+Green+Blue) = 175+81+126=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF517E is #50AE81. Grayscale: #727272. Windows color (decimal): -5287554 or 8278447. OLE color: 8278447.
HSL color Cylindrical-coordinate representation of color #AF517E: hue angle of 331.28º 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 #AF517E is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 126 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.31 |
| HSL | 331.28º | 0.37% | 0.5% | - |
| HSV(B) | 331.28º | 0.54% | 0.69% | - |
| XYZ | 24.39 | 16.51 | 21.64 | - |
| YUV | 114.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 126 | 0 | 0.54 | 0.28 | 0.31 | 331.28 | 0.37 | 0.5 |
| Hex | AF | 51 | 7E | 0 | 36 | 1C | 1F | 14B | 25 | 32 |
| Octal | 257 | 121 | 176 | 0 | 66 | 34 | 37 | 513 | 45 | 62 |
| Binary | 10101111 | 1010001 | 1111110 | 0 | 110110 | 11100 | 11111 | 101001011 | 100101 | 110010 |
Color Harmonies of #AF517E
Complementary color
Monochromatic Colors of #AF517E
Black with #AF517E
Text Example
Text Example
White with #AF517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF517E; }
p { color: rgb(175,81,126); }
H1.HeaderClassName
{
color: #AF517E;
}
.AnyTagClassName
{
color: #AF517E;
}
</style>
background-color css
<style>
a { background-color: #AF517E; }
a { background-color: rgb(175,81,126); }
div.DivClassName
{
background-color: #AF517E;
}
.BgClassName
{
background-color: #AF517E;
}
</style>
border-color css
<style>
span { border-color: #AF517E; }
span { border-color: rgb(175,81,126); }
td.TdClassName
{
border-color: #AF517E;
}
.TagClassName
{
border-color: #AF517E;
}
</style>