Shades of Dark Purple #A22284
Tints of Dark Purple #A22284
RGB
CMYK
RGB Variations
Color information
#A22284 (or 0xA22284) is known color: Dark Purple. HEX triplet: A2, 22 and 84. RGB value is (162,34,132). Sum of RGB (Red+Green+Blue) = 162+34+132=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A22284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22284 is #5DDD7B. Grayscale: #535353. Windows color (decimal): -6151548 or 8659618. OLE color: 8659618.
HSL color Cylindrical-coordinate representation of color #A22284: hue angle of 314.06º 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 #A22284 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 132 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.36 |
| HSL | 314.06º | 0.65% | 0.38% | - |
| HSV(B) | 314.06º | 0.79% | 0.64% | - |
| XYZ | 19.64 | 10.49 | 22.82 | - |
| YUV | 83.44 | 155.41 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 132 | 0 | 0.79 | 0.19 | 0.36 | 314.06 | 0.65 | 0.38 |
| Hex | A2 | 22 | 84 | 0 | 4F | 13 | 24 | 13A | 41 | 26 |
| Octal | 242 | 42 | 204 | 0 | 117 | 23 | 44 | 472 | 101 | 46 |
| Binary | 10100010 | 100010 | 10000100 | 0 | 1001111 | 10011 | 100100 | 100111010 | 1000001 | 100110 |
Color Harmonies of #A22284
Complementary color
Monochromatic Colors of #A22284
Black with #A22284
Text Example
Text Example
White with #A22284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22284; }
p { color: rgb(162,34,132); }
H1.HeaderClassName
{
color: #A22284;
}
.AnyTagClassName
{
color: #A22284;
}
</style>
background-color css
<style>
a { background-color: #A22284; }
a { background-color: rgb(162,34,132); }
div.DivClassName
{
background-color: #A22284;
}
.BgClassName
{
background-color: #A22284;
}
</style>
border-color css
<style>
span { border-color: #A22284; }
span { border-color: rgb(162,34,132); }
td.TdClassName
{
border-color: #A22284;
}
.TagClassName
{
border-color: #A22284;
}
</style>