Shades of Royal Heath #AF517F
Tints of Royal Heath #AF517F
RGB
CMYK
RGB Variations
Color information
#AF517F (or 0xAF517F) is known color: Royal Heath. HEX triplet: AF, 51 and 7F. RGB value is (175,81,127). Sum of RGB (Red+Green+Blue) = 175+81+127=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF517F is #50AE80. Grayscale: #727272. Windows color (decimal): -5287553 or 8343983. OLE color: 8343983.
HSL color Cylindrical-coordinate representation of color #AF517F: hue angle of 330.64º 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 #AF517F is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 127 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.31 |
| HSL | 330.64º | 0.37% | 0.5% | - |
| HSV(B) | 330.64º | 0.54% | 0.69% | - |
| XYZ | 24.45 | 16.53 | 21.98 | - |
| YUV | 114.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 127 | 0 | 0.54 | 0.27 | 0.31 | 330.64 | 0.37 | 0.5 |
| Hex | AF | 51 | 7F | 0 | 36 | 1B | 1F | 14B | 25 | 32 |
| Octal | 257 | 121 | 177 | 0 | 66 | 33 | 37 | 513 | 45 | 62 |
| Binary | 10101111 | 1010001 | 1111111 | 0 | 110110 | 11011 | 11111 | 101001011 | 100101 | 110010 |
Color Harmonies of #AF517F
Complementary color
Monochromatic Colors of #AF517F
Black with #AF517F
Text Example
Text Example
White with #AF517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF517F; }
p { color: rgb(175,81,127); }
H1.HeaderClassName
{
color: #AF517F;
}
.AnyTagClassName
{
color: #AF517F;
}
</style>
background-color css
<style>
a { background-color: #AF517F; }
a { background-color: rgb(175,81,127); }
div.DivClassName
{
background-color: #AF517F;
}
.BgClassName
{
background-color: #AF517F;
}
</style>
border-color css
<style>
span { border-color: #AF517F; }
span { border-color: rgb(175,81,127); }
td.TdClassName
{
border-color: #AF517F;
}
.TagClassName
{
border-color: #AF517F;
}
</style>