Shades of Dark Purple #A22282
Tints of Dark Purple #A22282
RGB
CMYK
RGB Variations
Color information
#A22282 (or 0xA22282) is known color: Dark Purple. HEX triplet: A2, 22 and 82. RGB value is (162,34,130). Sum of RGB (Red+Green+Blue) = 162+34+130=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A22282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22282 is #5DDD7D. Grayscale: #525252. Windows color (decimal): -6151550 or 8528546. OLE color: 8528546.
HSL color Cylindrical-coordinate representation of color #A22282: hue angle of 315º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22282 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 130 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.36 |
| HSL | 315º | 0.65% | 0.38% | - |
| HSV(B) | 315º | 0.79% | 0.64% | - |
| XYZ | 19.5 | 10.44 | 22.11 | - |
| YUV | 83.22 | 154.41 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 130 | 0 | 0.79 | 0.20 | 0.36 | 315 | 0.65 | 0.38 |
| Hex | A2 | 22 | 82 | 0 | 4F | 14 | 24 | 13B | 41 | 26 |
| Octal | 242 | 42 | 202 | 0 | 117 | 24 | 44 | 473 | 101 | 46 |
| Binary | 10100010 | 100010 | 10000010 | 0 | 1001111 | 10100 | 100100 | 100111011 | 1000001 | 100110 |
Color Harmonies of #A22282
Complementary color
Monochromatic Colors of #A22282
Black with #A22282
Text Example
Text Example
White with #A22282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22282; }
p { color: rgb(162,34,130); }
H1.HeaderClassName
{
color: #A22282;
}
.AnyTagClassName
{
color: #A22282;
}
</style>
background-color css
<style>
a { background-color: #A22282; }
a { background-color: rgb(162,34,130); }
div.DivClassName
{
background-color: #A22282;
}
.BgClassName
{
background-color: #A22282;
}
</style>
border-color css
<style>
span { border-color: #A22282; }
span { border-color: rgb(162,34,130); }
td.TdClassName
{
border-color: #A22282;
}
.TagClassName
{
border-color: #A22282;
}
</style>