Shades of Royal Heath #AF5271
Tints of Royal Heath #AF5271
RGB
CMYK
RGB Variations
Color information
#AF5271 (or 0xAF5271) is known color: Royal Heath. HEX triplet: AF, 52 and 71. RGB value is (175,82,113). Sum of RGB (Red+Green+Blue) = 175+82+113=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5271 is #50AD8E. Grayscale: #717171. Windows color (decimal): -5287311 or 7426735. OLE color: 7426735.
HSL color Cylindrical-coordinate representation of color #AF5271: hue angle of 340º 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 #AF5271 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 113 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.31 |
| HSL | 340º | 0.37% | 0.5% | - |
| HSV(B) | 340º | 0.53% | 0.69% | - |
| XYZ | 23.68 | 16.34 | 17.53 | - |
| YUV | 113.34 | 127.81 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 113 | 0 | 0.53 | 0.35 | 0.31 | 340 | 0.37 | 0.5 |
| Hex | AF | 52 | 71 | 0 | 35 | 23 | 1F | 154 | 25 | 32 |
| Octal | 257 | 122 | 161 | 0 | 65 | 43 | 37 | 524 | 45 | 62 |
| Binary | 10101111 | 1010010 | 1110001 | 0 | 110101 | 100011 | 11111 | 101010100 | 100101 | 110010 |
Color Harmonies of #AF5271
Complementary color
Monochromatic Colors of #AF5271
Black with #AF5271
Text Example
Text Example
White with #AF5271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5271; }
p { color: rgb(175,82,113); }
H1.HeaderClassName
{
color: #AF5271;
}
.AnyTagClassName
{
color: #AF5271;
}
</style>
background-color css
<style>
a { background-color: #AF5271; }
a { background-color: rgb(175,82,113); }
div.DivClassName
{
background-color: #AF5271;
}
.BgClassName
{
background-color: #AF5271;
}
</style>
border-color css
<style>
span { border-color: #AF5271; }
span { border-color: rgb(175,82,113); }
td.TdClassName
{
border-color: #AF5271;
}
.TagClassName
{
border-color: #AF5271;
}
</style>