Shades of Royal Heath #A93F78
Tints of Royal Heath #A93F78
RGB
CMYK
RGB Variations
Color information
#A93F78 (or 0xA93F78) is known color: Royal Heath. HEX triplet: A9, 3F and 78. RGB value is (169,63,120). Sum of RGB (Red+Green+Blue) = 169+63+120=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93F78 is #56C087. Grayscale: #656565. Windows color (decimal): -5685384 or 7880617. OLE color: 7880617.
HSL color Cylindrical-coordinate representation of color #A93F78: hue angle of 327.74º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A93F78 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 63 | 120 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.34 |
| HSL | 327.74º | 0.46% | 0.45% | - |
| HSV(B) | 327.74º | 0.63% | 0.66% | - |
| XYZ | 21.53 | 13.35 | 19.21 | - |
| YUV | 101.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 63 | 120 | 0 | 0.63 | 0.29 | 0.34 | 327.74 | 0.46 | 0.45 |
| Hex | A9 | 3F | 78 | 0 | 3F | 1D | 22 | 148 | 2E | 2D |
| Octal | 251 | 77 | 170 | 0 | 77 | 35 | 42 | 510 | 56 | 55 |
| Binary | 10101001 | 111111 | 1111000 | 0 | 111111 | 11101 | 100010 | 101001000 | 101110 | 101101 |
Color Harmonies of #A93F78
Complementary color
Monochromatic Colors of #A93F78
Black with #A93F78
Text Example
Text Example
White with #A93F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93F78; }
p { color: rgb(169,63,120); }
H1.HeaderClassName
{
color: #A93F78;
}
.AnyTagClassName
{
color: #A93F78;
}
</style>
background-color css
<style>
a { background-color: #A93F78; }
a { background-color: rgb(169,63,120); }
div.DivClassName
{
background-color: #A93F78;
}
.BgClassName
{
background-color: #A93F78;
}
</style>
border-color css
<style>
span { border-color: #A93F78; }
span { border-color: rgb(169,63,120); }
td.TdClassName
{
border-color: #A93F78;
}
.TagClassName
{
border-color: #A93F78;
}
</style>