Shades of Dark Purple #A22588
Tints of Dark Purple #A22588
RGB
CMYK
RGB Variations
Color information
#A22588 (or 0xA22588) is known color: Dark Purple. HEX triplet: A2, 25 and 88. RGB value is (162,37,136). Sum of RGB (Red+Green+Blue) = 162+37+136=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A22588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22588 is #5DDA77. Grayscale: #555555. Windows color (decimal): -6150776 or 8922530. OLE color: 8922530.
HSL color Cylindrical-coordinate representation of color #A22588: hue angle of 312.48º 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 #A22588 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 136 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.36 |
| HSL | 312.48º | 0.63% | 0.39% | - |
| HSV(B) | 312.48º | 0.77% | 0.64% | - |
| XYZ | 20.01 | 10.78 | 24.32 | - |
| YUV | 85.66 | 156.41 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 136 | 0 | 0.77 | 0.16 | 0.36 | 312.48 | 0.63 | 0.39 |
| Hex | A2 | 25 | 88 | 0 | 4D | 10 | 24 | 138 | 3F | 27 |
| Octal | 242 | 45 | 210 | 0 | 115 | 20 | 44 | 470 | 77 | 47 |
| Binary | 10100010 | 100101 | 10001000 | 0 | 1001101 | 10000 | 100100 | 100111000 | 111111 | 100111 |
Color Harmonies of #A22588
Complementary color
Monochromatic Colors of #A22588
Black with #A22588
Text Example
Text Example
White with #A22588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22588; }
p { color: rgb(162,37,136); }
H1.HeaderClassName
{
color: #A22588;
}
.AnyTagClassName
{
color: #A22588;
}
</style>
background-color css
<style>
a { background-color: #A22588; }
a { background-color: rgb(162,37,136); }
div.DivClassName
{
background-color: #A22588;
}
.BgClassName
{
background-color: #A22588;
}
</style>
border-color css
<style>
span { border-color: #A22588; }
span { border-color: rgb(162,37,136); }
td.TdClassName
{
border-color: #A22588;
}
.TagClassName
{
border-color: #A22588;
}
</style>