Shades of Royal Heath #A0427B
Tints of Royal Heath #A0427B
RGB
CMYK
RGB Variations
Color information
#A0427B (or 0xA0427B) is known color: Royal Heath. HEX triplet: A0, 42 and 7B. RGB value is (160,66,123). Sum of RGB (Red+Green+Blue) = 160+66+123=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A0427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0427B is #5FBD84. Grayscale: #646464. Windows color (decimal): -6274437 or 8077984. OLE color: 8077984.
HSL color Cylindrical-coordinate representation of color #A0427B: hue angle of 323.62º 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 #A0427B is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 66 | 123 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.37 |
| HSL | 323.62º | 0.42% | 0.44% | - |
| HSV(B) | 323.62º | 0.59% | 0.63% | - |
| XYZ | 20.02 | 12.8 | 20.15 | - |
| YUV | 100.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 123 | 0 | 0.59 | 0.23 | 0.37 | 323.62 | 0.42 | 0.44 |
| Hex | A0 | 42 | 7B | 0 | 3B | 17 | 25 | 144 | 2A | 2C |
| Octal | 240 | 102 | 173 | 0 | 73 | 27 | 45 | 504 | 52 | 54 |
| Binary | 10100000 | 1000010 | 1111011 | 0 | 111011 | 10111 | 100101 | 101000100 | 101010 | 101100 |
Color Harmonies of #A0427B
Complementary color
Monochromatic Colors of #A0427B
Black with #A0427B
Text Example
Text Example
White with #A0427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0427B; }
p { color: rgb(160,66,123); }
H1.HeaderClassName
{
color: #A0427B;
}
.AnyTagClassName
{
color: #A0427B;
}
</style>
background-color css
<style>
a { background-color: #A0427B; }
a { background-color: rgb(160,66,123); }
div.DivClassName
{
background-color: #A0427B;
}
.BgClassName
{
background-color: #A0427B;
}
</style>
border-color css
<style>
span { border-color: #A0427B; }
span { border-color: rgb(160,66,123); }
td.TdClassName
{
border-color: #A0427B;
}
.TagClassName
{
border-color: #A0427B;
}
</style>