Shades of Dark Purple #A22596
Tints of Dark Purple #A22596
RGB
CMYK
RGB Variations
Color information
#A22596 (or 0xA22596) is known color: Dark Purple. HEX triplet: A2, 25 and 96. RGB value is (162,37,150). Sum of RGB (Red+Green+Blue) = 162+37+150=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A22596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22596 is #5DDA69. Grayscale: #565656. Windows color (decimal): -6150762 or 9840034. OLE color: 9840034.
HSL color Cylindrical-coordinate representation of color #A22596: hue angle of 305.76º 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 #A22596 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 150 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.36 |
| HSL | 305.76º | 0.63% | 0.39% | - |
| HSV(B) | 305.76º | 0.77% | 0.64% | - |
| XYZ | 21.07 | 11.21 | 29.91 | - |
| YUV | 87.26 | 163.41 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 150 | 0 | 0.77 | 0.07 | 0.36 | 305.76 | 0.63 | 0.39 |
| Hex | A2 | 25 | 96 | 0 | 4D | 7 | 24 | 132 | 3F | 27 |
| Octal | 242 | 45 | 226 | 0 | 115 | 7 | 44 | 462 | 77 | 47 |
| Binary | 10100010 | 100101 | 10010110 | 0 | 1001101 | 111 | 100100 | 100110010 | 111111 | 100111 |
Color Harmonies of #A22596
Complementary color
Monochromatic Colors of #A22596
Black with #A22596
Text Example
Text Example
White with #A22596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22596; }
p { color: rgb(162,37,150); }
H1.HeaderClassName
{
color: #A22596;
}
.AnyTagClassName
{
color: #A22596;
}
</style>
background-color css
<style>
a { background-color: #A22596; }
a { background-color: rgb(162,37,150); }
div.DivClassName
{
background-color: #A22596;
}
.BgClassName
{
background-color: #A22596;
}
</style>
border-color css
<style>
span { border-color: #A22596; }
span { border-color: rgb(162,37,150); }
td.TdClassName
{
border-color: #A22596;
}
.TagClassName
{
border-color: #A22596;
}
</style>