Shades of Royal Heath #AF517B
Tints of Royal Heath #AF517B
RGB
CMYK
RGB Variations
Color information
#AF517B (or 0xAF517B) is known color: Royal Heath. HEX triplet: AF, 51 and 7B. RGB value is (175,81,123). Sum of RGB (Red+Green+Blue) = 175+81+123=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF517B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF517B is #50AE84. Grayscale: #717171. Windows color (decimal): -5287557 or 8081839. OLE color: 8081839.
HSL color Cylindrical-coordinate representation of color #AF517B: hue angle of 333.19º 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 #AF517B is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 123 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.31 |
| HSL | 333.19º | 0.37% | 0.5% | - |
| HSV(B) | 333.19º | 0.54% | 0.69% | - |
| XYZ | 24.2 | 16.43 | 20.63 | - |
| YUV | 113.89 | 133.14 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 123 | 0 | 0.54 | 0.30 | 0.31 | 333.19 | 0.37 | 0.5 |
| Hex | AF | 51 | 7B | 0 | 36 | 1E | 1F | 14D | 25 | 32 |
| Octal | 257 | 121 | 173 | 0 | 66 | 36 | 37 | 515 | 45 | 62 |
| Binary | 10101111 | 1010001 | 1111011 | 0 | 110110 | 11110 | 11111 | 101001101 | 100101 | 110010 |
Color Harmonies of #AF517B
Complementary color
Monochromatic Colors of #AF517B
Black with #AF517B
Text Example
Text Example
White with #AF517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF517B; }
p { color: rgb(175,81,123); }
H1.HeaderClassName
{
color: #AF517B;
}
.AnyTagClassName
{
color: #AF517B;
}
</style>
background-color css
<style>
a { background-color: #AF517B; }
a { background-color: rgb(175,81,123); }
div.DivClassName
{
background-color: #AF517B;
}
.BgClassName
{
background-color: #AF517B;
}
</style>
border-color css
<style>
span { border-color: #AF517B; }
span { border-color: rgb(175,81,123); }
td.TdClassName
{
border-color: #AF517B;
}
.TagClassName
{
border-color: #AF517B;
}
</style>