Shades of Dark Purple #A22183
Tints of Dark Purple #A22183
RGB
CMYK
RGB Variations
Color information
#A22183 (or 0xA22183) is known color: Dark Purple. HEX triplet: A2, 21 and 83. RGB value is (162,33,131). Sum of RGB (Red+Green+Blue) = 162+33+131=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A22183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22183 is #5DDE7C. Grayscale: #525252. Windows color (decimal): -6151805 or 8593826. OLE color: 8593826.
HSL color Cylindrical-coordinate representation of color #A22183: hue angle of 314.42º 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 #A22183 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 33 | 131 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.36 |
| HSL | 314.42º | 0.66% | 0.38% | - |
| HSV(B) | 314.42º | 0.8% | 0.64% | - |
| XYZ | 19.54 | 10.41 | 22.45 | - |
| YUV | 82.74 | 155.24 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 131 | 0 | 0.80 | 0.19 | 0.36 | 314.42 | 0.66 | 0.38 |
| Hex | A2 | 21 | 83 | 0 | 50 | 13 | 24 | 13A | 42 | 26 |
| Octal | 242 | 41 | 203 | 0 | 120 | 23 | 44 | 472 | 102 | 46 |
| Binary | 10100010 | 100001 | 10000011 | 0 | 1010000 | 10011 | 100100 | 100111010 | 1000010 | 100110 |
Color Harmonies of #A22183
Complementary color
Monochromatic Colors of #A22183
Black with #A22183
Text Example
Text Example
White with #A22183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22183; }
p { color: rgb(162,33,131); }
H1.HeaderClassName
{
color: #A22183;
}
.AnyTagClassName
{
color: #A22183;
}
</style>
background-color css
<style>
a { background-color: #A22183; }
a { background-color: rgb(162,33,131); }
div.DivClassName
{
background-color: #A22183;
}
.BgClassName
{
background-color: #A22183;
}
</style>
border-color css
<style>
span { border-color: #A22183; }
span { border-color: rgb(162,33,131); }
td.TdClassName
{
border-color: #A22183;
}
.TagClassName
{
border-color: #A22183;
}
</style>