Shades of Royal Heath #A2467D
Tints of Royal Heath #A2467D
RGB
CMYK
RGB Variations
Color information
#A2467D (or 0xA2467D) is known color: Royal Heath. HEX triplet: A2, 46 and 7D. RGB value is (162,70,125). Sum of RGB (Red+Green+Blue) = 162+70+125=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2467D is #5DB982. Grayscale: #676767. Windows color (decimal): -6142339 or 8210082. OLE color: 8210082.
HSL color Cylindrical-coordinate representation of color #A2467D: hue angle of 324.13º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2467D is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 70 | 125 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.36 |
| HSL | 324.13º | 0.4% | 0.45% | - |
| HSV(B) | 324.13º | 0.57% | 0.64% | - |
| XYZ | 20.79 | 13.54 | 20.92 | - |
| YUV | 103.78 | 139.98 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 70 | 125 | 0 | 0.57 | 0.23 | 0.36 | 324.13 | 0.4 | 0.45 |
| Hex | A2 | 46 | 7D | 0 | 39 | 17 | 24 | 144 | 28 | 2D |
| Octal | 242 | 106 | 175 | 0 | 71 | 27 | 44 | 504 | 50 | 55 |
| Binary | 10100010 | 1000110 | 1111101 | 0 | 111001 | 10111 | 100100 | 101000100 | 101000 | 101101 |
Color Harmonies of #A2467D
Complementary color
Monochromatic Colors of #A2467D
Black with #A2467D
Text Example
Text Example
White with #A2467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2467D; }
p { color: rgb(162,70,125); }
H1.HeaderClassName
{
color: #A2467D;
}
.AnyTagClassName
{
color: #A2467D;
}
</style>
background-color css
<style>
a { background-color: #A2467D; }
a { background-color: rgb(162,70,125); }
div.DivClassName
{
background-color: #A2467D;
}
.BgClassName
{
background-color: #A2467D;
}
</style>
border-color css
<style>
span { border-color: #A2467D; }
span { border-color: rgb(162,70,125); }
td.TdClassName
{
border-color: #A2467D;
}
.TagClassName
{
border-color: #A2467D;
}
</style>