Shades of Royal Heath #A0467D
Tints of Royal Heath #A0467D
RGB
CMYK
RGB Variations
Color information
#A0467D (or 0xA0467D) is known color: Royal Heath. HEX triplet: A0, 46 and 7D. RGB value is (160,70,125). Sum of RGB (Red+Green+Blue) = 160+70+125=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0467D is #5FB982. Grayscale: #676767. Windows color (decimal): -6273411 or 8210080. OLE color: 8210080.
HSL color Cylindrical-coordinate representation of color #A0467D: hue angle of 323.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0467D is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 125 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.37 |
| HSL | 323.33º | 0.39% | 0.45% | - |
| HSV(B) | 323.33º | 0.56% | 0.63% | - |
| XYZ | 20.39 | 13.33 | 20.9 | - |
| YUV | 103.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 125 | 0 | 0.56 | 0.22 | 0.37 | 323.33 | 0.39 | 0.45 |
| Hex | A0 | 46 | 7D | 0 | 38 | 16 | 25 | 143 | 27 | 2D |
| Octal | 240 | 106 | 175 | 0 | 70 | 26 | 45 | 503 | 47 | 55 |
| Binary | 10100000 | 1000110 | 1111101 | 0 | 111000 | 10110 | 100101 | 101000011 | 100111 | 101101 |
Color Harmonies of #A0467D
Complementary color
Monochromatic Colors of #A0467D
Black with #A0467D
Text Example
Text Example
White with #A0467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0467D; }
p { color: rgb(160,70,125); }
H1.HeaderClassName
{
color: #A0467D;
}
.AnyTagClassName
{
color: #A0467D;
}
</style>
background-color css
<style>
a { background-color: #A0467D; }
a { background-color: rgb(160,70,125); }
div.DivClassName
{
background-color: #A0467D;
}
.BgClassName
{
background-color: #A0467D;
}
</style>
border-color css
<style>
span { border-color: #A0467D; }
span { border-color: rgb(160,70,125); }
td.TdClassName
{
border-color: #A0467D;
}
.TagClassName
{
border-color: #A0467D;
}
</style>