Shades of Dark Purple #A22182
Tints of Dark Purple #A22182
RGB
CMYK
RGB Variations
Color information
#A22182 (or 0xA22182) is known color: Dark Purple. HEX triplet: A2, 21 and 82. RGB value is (162,33,130). Sum of RGB (Red+Green+Blue) = 162+33+130=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A22182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22182 is #5DDE7D. Grayscale: #525252. Windows color (decimal): -6151806 or 8528290. OLE color: 8528290.
HSL color Cylindrical-coordinate representation of color #A22182: hue angle of 314.88º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22182 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 33 | 130 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.36 |
| HSL | 314.88º | 0.66% | 0.38% | - |
| HSV(B) | 314.88º | 0.8% | 0.64% | - |
| XYZ | 19.47 | 10.38 | 22.1 | - |
| YUV | 82.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 130 | 0 | 0.80 | 0.20 | 0.36 | 314.88 | 0.66 | 0.38 |
| Hex | A2 | 21 | 82 | 0 | 50 | 14 | 24 | 13B | 42 | 26 |
| Octal | 242 | 41 | 202 | 0 | 120 | 24 | 44 | 473 | 102 | 46 |
| Binary | 10100010 | 100001 | 10000010 | 0 | 1010000 | 10100 | 100100 | 100111011 | 1000010 | 100110 |
Color Harmonies of #A22182
Complementary color
Monochromatic Colors of #A22182
Black with #A22182
Text Example
Text Example
White with #A22182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22182; }
p { color: rgb(162,33,130); }
H1.HeaderClassName
{
color: #A22182;
}
.AnyTagClassName
{
color: #A22182;
}
</style>
background-color css
<style>
a { background-color: #A22182; }
a { background-color: rgb(162,33,130); }
div.DivClassName
{
background-color: #A22182;
}
.BgClassName
{
background-color: #A22182;
}
</style>
border-color css
<style>
span { border-color: #A22182; }
span { border-color: rgb(162,33,130); }
td.TdClassName
{
border-color: #A22182;
}
.TagClassName
{
border-color: #A22182;
}
</style>