Shades of Dark Purple #A2259A
Tints of Dark Purple #A2259A
RGB
CMYK
RGB Variations
Color information
#A2259A (or 0xA2259A) is known color: Dark Purple. HEX triplet: A2, 25 and 9A. RGB value is (162,37,154). Sum of RGB (Red+Green+Blue) = 162+37+154=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2259A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2259A is #5DDA65. Grayscale: #575757. Windows color (decimal): -6150758 or 10102178. OLE color: 10102178.
HSL color Cylindrical-coordinate representation of color #A2259A: hue angle of 303.84º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2259A is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 154 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.36 |
| HSL | 303.84º | 0.63% | 0.39% | - |
| HSV(B) | 303.84º | 0.77% | 0.64% | - |
| XYZ | 21.39 | 11.34 | 31.63 | - |
| YUV | 87.71 | 165.41 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 154 | 0 | 0.77 | 0.05 | 0.36 | 303.84 | 0.63 | 0.39 |
| Hex | A2 | 25 | 9A | 0 | 4D | 5 | 24 | 130 | 3F | 27 |
| Octal | 242 | 45 | 232 | 0 | 115 | 5 | 44 | 460 | 77 | 47 |
| Binary | 10100010 | 100101 | 10011010 | 0 | 1001101 | 101 | 100100 | 100110000 | 111111 | 100111 |
Color Harmonies of #A2259A
Complementary color
Monochromatic Colors of #A2259A
Black with #A2259A
Text Example
Text Example
White with #A2259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2259A; }
p { color: rgb(162,37,154); }
H1.HeaderClassName
{
color: #A2259A;
}
.AnyTagClassName
{
color: #A2259A;
}
</style>
background-color css
<style>
a { background-color: #A2259A; }
a { background-color: rgb(162,37,154); }
div.DivClassName
{
background-color: #A2259A;
}
.BgClassName
{
background-color: #A2259A;
}
</style>
border-color css
<style>
span { border-color: #A2259A; }
span { border-color: rgb(162,37,154); }
td.TdClassName
{
border-color: #A2259A;
}
.TagClassName
{
border-color: #A2259A;
}
</style>