Shades of Royal Heath #AF527F
Tints of Royal Heath #AF527F
RGB
CMYK
RGB Variations
Color information
#AF527F (or 0xAF527F) is known color: Royal Heath. HEX triplet: AF, 52 and 7F. RGB value is (175,82,127). Sum of RGB (Red+Green+Blue) = 175+82+127=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF527F is #50AD80. Grayscale: #727272. Windows color (decimal): -5287297 or 8344239. OLE color: 8344239.
HSL color Cylindrical-coordinate representation of color #AF527F: hue angle of 330.97º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF527F is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 127 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.31 |
| HSL | 330.97º | 0.37% | 0.5% | - |
| HSV(B) | 330.97º | 0.53% | 0.69% | - |
| XYZ | 24.53 | 16.68 | 22.01 | - |
| YUV | 114.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 127 | 0 | 0.53 | 0.27 | 0.31 | 330.97 | 0.37 | 0.5 |
| Hex | AF | 52 | 7F | 0 | 35 | 1B | 1F | 14B | 25 | 32 |
| Octal | 257 | 122 | 177 | 0 | 65 | 33 | 37 | 513 | 45 | 62 |
| Binary | 10101111 | 1010010 | 1111111 | 0 | 110101 | 11011 | 11111 | 101001011 | 100101 | 110010 |
Color Harmonies of #AF527F
Complementary color
Monochromatic Colors of #AF527F
Black with #AF527F
Text Example
Text Example
White with #AF527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF527F; }
p { color: rgb(175,82,127); }
H1.HeaderClassName
{
color: #AF527F;
}
.AnyTagClassName
{
color: #AF527F;
}
</style>
background-color css
<style>
a { background-color: #AF527F; }
a { background-color: rgb(175,82,127); }
div.DivClassName
{
background-color: #AF527F;
}
.BgClassName
{
background-color: #AF527F;
}
</style>
border-color css
<style>
span { border-color: #AF527F; }
span { border-color: rgb(175,82,127); }
td.TdClassName
{
border-color: #AF527F;
}
.TagClassName
{
border-color: #AF527F;
}
</style>