Shades of Royal Heath #A9567B
Tints of Royal Heath #A9567B
RGB
CMYK
RGB Variations
Color information
#A9567B (or 0xA9567B) is known color: Royal Heath. HEX triplet: A9, 56 and 7B. RGB value is (169,86,123). Sum of RGB (Red+Green+Blue) = 169+86+123=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A9567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9567B is #56A984. Grayscale: #727272. Windows color (decimal): -5679493 or 8083113. OLE color: 8083113.
HSL color Cylindrical-coordinate representation of color #A9567B: hue angle of 333.25º 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 #A9567B is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 86 | 123 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.34 |
| HSL | 333.25º | 0.33% | 0.5% | - |
| HSV(B) | 333.25º | 0.49% | 0.66% | - |
| XYZ | 23.27 | 16.52 | 20.7 | - |
| YUV | 115.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 123 | 0 | 0.49 | 0.27 | 0.34 | 333.25 | 0.33 | 0.5 |
| Hex | A9 | 56 | 7B | 0 | 31 | 1B | 22 | 14D | 21 | 32 |
| Octal | 251 | 126 | 173 | 0 | 61 | 33 | 42 | 515 | 41 | 62 |
| Binary | 10101001 | 1010110 | 1111011 | 0 | 110001 | 11011 | 100010 | 101001101 | 100001 | 110010 |
Color Harmonies of #A9567B
Complementary color
Monochromatic Colors of #A9567B
Black with #A9567B
Text Example
Text Example
White with #A9567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9567B; }
p { color: rgb(169,86,123); }
H1.HeaderClassName
{
color: #A9567B;
}
.AnyTagClassName
{
color: #A9567B;
}
</style>
background-color css
<style>
a { background-color: #A9567B; }
a { background-color: rgb(169,86,123); }
div.DivClassName
{
background-color: #A9567B;
}
.BgClassName
{
background-color: #A9567B;
}
</style>
border-color css
<style>
span { border-color: #A9567B; }
span { border-color: rgb(169,86,123); }
td.TdClassName
{
border-color: #A9567B;
}
.TagClassName
{
border-color: #A9567B;
}
</style>