Shades of Royal Heath #AF5177
Tints of Royal Heath #AF5177
RGB
CMYK
RGB Variations
Color information
#AF5177 (or 0xAF5177) is known color: Royal Heath. HEX triplet: AF, 51 and 77. RGB value is (175,81,119). Sum of RGB (Red+Green+Blue) = 175+81+119=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5177 is #50AE88. Grayscale: #717171. Windows color (decimal): -5287561 or 7819695. OLE color: 7819695.
HSL color Cylindrical-coordinate representation of color #AF5177: hue angle of 335.74º 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 #AF5177 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 119 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.31 |
| HSL | 335.74º | 0.37% | 0.5% | - |
| HSV(B) | 335.74º | 0.54% | 0.69% | - |
| XYZ | 23.95 | 16.33 | 19.34 | - |
| YUV | 113.44 | 131.14 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 119 | 0 | 0.54 | 0.32 | 0.31 | 335.74 | 0.37 | 0.5 |
| Hex | AF | 51 | 77 | 0 | 36 | 20 | 1F | 150 | 25 | 32 |
| Octal | 257 | 121 | 167 | 0 | 66 | 40 | 37 | 520 | 45 | 62 |
| Binary | 10101111 | 1010001 | 1110111 | 0 | 110110 | 100000 | 11111 | 101010000 | 100101 | 110010 |
Color Harmonies of #AF5177
Complementary color
Monochromatic Colors of #AF5177
Black with #AF5177
Text Example
Text Example
White with #AF5177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5177; }
p { color: rgb(175,81,119); }
H1.HeaderClassName
{
color: #AF5177;
}
.AnyTagClassName
{
color: #AF5177;
}
</style>
background-color css
<style>
a { background-color: #AF5177; }
a { background-color: rgb(175,81,119); }
div.DivClassName
{
background-color: #AF5177;
}
.BgClassName
{
background-color: #AF5177;
}
</style>
border-color css
<style>
span { border-color: #AF5177; }
span { border-color: rgb(175,81,119); }
td.TdClassName
{
border-color: #AF5177;
}
.TagClassName
{
border-color: #AF5177;
}
</style>