Shades of Royal Heath #A0457E
Tints of Royal Heath #A0457E
RGB
CMYK
RGB Variations
Color information
#A0457E (or 0xA0457E) is known color: Royal Heath. HEX triplet: A0, 45 and 7E. RGB value is (160,69,126). Sum of RGB (Red+Green+Blue) = 160+69+126=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0457E is #5FBA81. Grayscale: #666666. Windows color (decimal): -6273666 or 8275360. OLE color: 8275360.
HSL color Cylindrical-coordinate representation of color #A0457E: hue angle of 322.42º 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 #A0457E is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 126 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.37 |
| HSL | 322.42º | 0.4% | 0.45% | - |
| HSV(B) | 322.42º | 0.57% | 0.63% | - |
| XYZ | 20.39 | 13.24 | 21.22 | - |
| YUV | 102.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 126 | 0 | 0.57 | 0.21 | 0.37 | 322.42 | 0.4 | 0.45 |
| Hex | A0 | 45 | 7E | 0 | 39 | 15 | 25 | 142 | 28 | 2D |
| Octal | 240 | 105 | 176 | 0 | 71 | 25 | 45 | 502 | 50 | 55 |
| Binary | 10100000 | 1000101 | 1111110 | 0 | 111001 | 10101 | 100101 | 101000010 | 101000 | 101101 |
Color Harmonies of #A0457E
Complementary color
Monochromatic Colors of #A0457E
Black with #A0457E
Text Example
Text Example
White with #A0457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0457E; }
p { color: rgb(160,69,126); }
H1.HeaderClassName
{
color: #A0457E;
}
.AnyTagClassName
{
color: #A0457E;
}
</style>
background-color css
<style>
a { background-color: #A0457E; }
a { background-color: rgb(160,69,126); }
div.DivClassName
{
background-color: #A0457E;
}
.BgClassName
{
background-color: #A0457E;
}
</style>
border-color css
<style>
span { border-color: #A0457E; }
span { border-color: rgb(160,69,126); }
td.TdClassName
{
border-color: #A0457E;
}
.TagClassName
{
border-color: #A0457E;
}
</style>