Shades of Dark Purple #A22179
Tints of Dark Purple #A22179
RGB
CMYK
RGB Variations
Color information
#A22179 (or 0xA22179) is known color: Dark Purple. HEX triplet: A2, 21 and 79. RGB value is (162,33,121). Sum of RGB (Red+Green+Blue) = 162+33+121=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A22179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22179 is #5DDE86. Grayscale: #515151. Windows color (decimal): -6151815 or 7938466. OLE color: 7938466.
HSL color Cylindrical-coordinate representation of color #A22179: hue angle of 319.07º 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 #A22179 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 33 | 121 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.36 |
| HSL | 319.07º | 0.66% | 0.38% | - |
| HSV(B) | 319.07º | 0.8% | 0.64% | - |
| XYZ | 18.9 | 10.15 | 19.05 | - |
| YUV | 81.6 | 150.24 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 121 | 0 | 0.80 | 0.25 | 0.36 | 319.07 | 0.66 | 0.38 |
| Hex | A2 | 21 | 79 | 0 | 50 | 19 | 24 | 13F | 42 | 26 |
| Octal | 242 | 41 | 171 | 0 | 120 | 31 | 44 | 477 | 102 | 46 |
| Binary | 10100010 | 100001 | 1111001 | 0 | 1010000 | 11001 | 100100 | 100111111 | 1000010 | 100110 |
Color Harmonies of #A22179
Complementary color
Monochromatic Colors of #A22179
Black with #A22179
Text Example
Text Example
White with #A22179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22179; }
p { color: rgb(162,33,121); }
H1.HeaderClassName
{
color: #A22179;
}
.AnyTagClassName
{
color: #A22179;
}
</style>
background-color css
<style>
a { background-color: #A22179; }
a { background-color: rgb(162,33,121); }
div.DivClassName
{
background-color: #A22179;
}
.BgClassName
{
background-color: #A22179;
}
</style>
border-color css
<style>
span { border-color: #A22179; }
span { border-color: rgb(162,33,121); }
td.TdClassName
{
border-color: #A22179;
}
.TagClassName
{
border-color: #A22179;
}
</style>