Shades of Royal Heath #A0417A
Tints of Royal Heath #A0417A
RGB
CMYK
RGB Variations
Color information
#A0417A (or 0xA0417A) is known color: Royal Heath. HEX triplet: A0, 41 and 7A. RGB value is (160,65,122). Sum of RGB (Red+Green+Blue) = 160+65+122=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A0417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0417A is #5FBE85. Grayscale: #636363. Windows color (decimal): -6274694 or 8012192. OLE color: 8012192.
HSL color Cylindrical-coordinate representation of color #A0417A: hue angle of 324º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0417A is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 122 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.37 |
| HSL | 324º | 0.42% | 0.44% | - |
| HSV(B) | 324º | 0.59% | 0.63% | - |
| XYZ | 19.9 | 12.66 | 19.81 | - |
| YUV | 99.9 | 140.47 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 122 | 0 | 0.59 | 0.24 | 0.37 | 324 | 0.42 | 0.44 |
| Hex | A0 | 41 | 7A | 0 | 3B | 18 | 25 | 144 | 2A | 2C |
| Octal | 240 | 101 | 172 | 0 | 73 | 30 | 45 | 504 | 52 | 54 |
| Binary | 10100000 | 1000001 | 1111010 | 0 | 111011 | 11000 | 100101 | 101000100 | 101010 | 101100 |
Color Harmonies of #A0417A
Complementary color
Monochromatic Colors of #A0417A
Black with #A0417A
Text Example
Text Example
White with #A0417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0417A; }
p { color: rgb(160,65,122); }
H1.HeaderClassName
{
color: #A0417A;
}
.AnyTagClassName
{
color: #A0417A;
}
</style>
background-color css
<style>
a { background-color: #A0417A; }
a { background-color: rgb(160,65,122); }
div.DivClassName
{
background-color: #A0417A;
}
.BgClassName
{
background-color: #A0417A;
}
</style>
border-color css
<style>
span { border-color: #A0417A; }
span { border-color: rgb(160,65,122); }
td.TdClassName
{
border-color: #A0417A;
}
.TagClassName
{
border-color: #A0417A;
}
</style>