Shades of Royal Heath #A0447B
Tints of Royal Heath #A0447B
RGB
CMYK
RGB Variations
Color information
#A0447B (or 0xA0447B) is known color: Royal Heath. HEX triplet: A0, 44 and 7B. RGB value is (160,68,123). Sum of RGB (Red+Green+Blue) = 160+68+123=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0447B is #5FBB84. Grayscale: #656565. Windows color (decimal): -6273925 or 8078496. OLE color: 8078496.
HSL color Cylindrical-coordinate representation of color #A0447B: hue angle of 324.13º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0447B is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 68 | 123 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.37 |
| HSL | 324.13º | 0.4% | 0.45% | - |
| HSV(B) | 324.13º | 0.58% | 0.63% | - |
| XYZ | 20.14 | 13.04 | 20.19 | - |
| YUV | 101.78 | 139.98 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 123 | 0 | 0.57 | 0.23 | 0.37 | 324.13 | 0.4 | 0.45 |
| Hex | A0 | 44 | 7B | 0 | 39 | 17 | 25 | 144 | 28 | 2D |
| Octal | 240 | 104 | 173 | 0 | 71 | 27 | 45 | 504 | 50 | 55 |
| Binary | 10100000 | 1000100 | 1111011 | 0 | 111001 | 10111 | 100101 | 101000100 | 101000 | 101101 |
Color Harmonies of #A0447B
Complementary color
Monochromatic Colors of #A0447B
Black with #A0447B
Text Example
Text Example
White with #A0447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0447B; }
p { color: rgb(160,68,123); }
H1.HeaderClassName
{
color: #A0447B;
}
.AnyTagClassName
{
color: #A0447B;
}
</style>
background-color css
<style>
a { background-color: #A0447B; }
a { background-color: rgb(160,68,123); }
div.DivClassName
{
background-color: #A0447B;
}
.BgClassName
{
background-color: #A0447B;
}
</style>
border-color css
<style>
span { border-color: #A0447B; }
span { border-color: rgb(160,68,123); }
td.TdClassName
{
border-color: #A0447B;
}
.TagClassName
{
border-color: #A0447B;
}
</style>