Shades of Royal Heath #A9567F
Tints of Royal Heath #A9567F
RGB
CMYK
RGB Variations
Color information
#A9567F (or 0xA9567F) is known color: Royal Heath. HEX triplet: A9, 56 and 7F. RGB value is (169,86,127). Sum of RGB (Red+Green+Blue) = 169+86+127=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A9567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9567F is #56A980. Grayscale: #737373. Windows color (decimal): -5679489 or 8345257. OLE color: 8345257.
HSL color Cylindrical-coordinate representation of color #A9567F: hue angle of 330.36º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9567F is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 86 | 127 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.34 |
| HSL | 330.36º | 0.33% | 0.5% | - |
| HSV(B) | 330.36º | 0.49% | 0.66% | - |
| XYZ | 23.52 | 16.62 | 22.05 | - |
| YUV | 115.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 127 | 0 | 0.49 | 0.25 | 0.34 | 330.36 | 0.33 | 0.5 |
| Hex | A9 | 56 | 7F | 0 | 31 | 19 | 22 | 14A | 21 | 32 |
| Octal | 251 | 126 | 177 | 0 | 61 | 31 | 42 | 512 | 41 | 62 |
| Binary | 10101001 | 1010110 | 1111111 | 0 | 110001 | 11001 | 100010 | 101001010 | 100001 | 110010 |
Color Harmonies of #A9567F
Complementary color
Monochromatic Colors of #A9567F
Black with #A9567F
Text Example
Text Example
White with #A9567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9567F; }
p { color: rgb(169,86,127); }
H1.HeaderClassName
{
color: #A9567F;
}
.AnyTagClassName
{
color: #A9567F;
}
</style>
background-color css
<style>
a { background-color: #A9567F; }
a { background-color: rgb(169,86,127); }
div.DivClassName
{
background-color: #A9567F;
}
.BgClassName
{
background-color: #A9567F;
}
</style>
border-color css
<style>
span { border-color: #A9567F; }
span { border-color: rgb(169,86,127); }
td.TdClassName
{
border-color: #A9567F;
}
.TagClassName
{
border-color: #A9567F;
}
</style>