Shades of Royal Heath #A2457B
Tints of Royal Heath #A2457B
RGB
CMYK
RGB Variations
Color information
#A2457B (or 0xA2457B) is known color: Royal Heath. HEX triplet: A2, 45 and 7B. RGB value is (162,69,123). Sum of RGB (Red+Green+Blue) = 162+69+123=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A2457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2457B is #5DBA84. Grayscale: #666666. Windows color (decimal): -6142597 or 8078754. OLE color: 8078754.
HSL color Cylindrical-coordinate representation of color #A2457B: hue angle of 325.16º 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 #A2457B is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 69 | 123 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.36 |
| HSL | 325.16º | 0.4% | 0.45% | - |
| HSV(B) | 325.16º | 0.57% | 0.64% | - |
| XYZ | 20.6 | 13.37 | 20.23 | - |
| YUV | 102.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 123 | 0 | 0.57 | 0.24 | 0.36 | 325.16 | 0.4 | 0.45 |
| Hex | A2 | 45 | 7B | 0 | 39 | 18 | 24 | 145 | 28 | 2D |
| Octal | 242 | 105 | 173 | 0 | 71 | 30 | 44 | 505 | 50 | 55 |
| Binary | 10100010 | 1000101 | 1111011 | 0 | 111001 | 11000 | 100100 | 101000101 | 101000 | 101101 |
Color Harmonies of #A2457B
Complementary color
Monochromatic Colors of #A2457B
Black with #A2457B
Text Example
Text Example
White with #A2457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2457B; }
p { color: rgb(162,69,123); }
H1.HeaderClassName
{
color: #A2457B;
}
.AnyTagClassName
{
color: #A2457B;
}
</style>
background-color css
<style>
a { background-color: #A2457B; }
a { background-color: rgb(162,69,123); }
div.DivClassName
{
background-color: #A2457B;
}
.BgClassName
{
background-color: #A2457B;
}
</style>
border-color css
<style>
span { border-color: #A2457B; }
span { border-color: rgb(162,69,123); }
td.TdClassName
{
border-color: #A2457B;
}
.TagClassName
{
border-color: #A2457B;
}
</style>