Shades of Dark Purple #A22286
Tints of Dark Purple #A22286
RGB
CMYK
RGB Variations
Color information
#A22286 (or 0xA22286) is known color: Dark Purple. HEX triplet: A2, 22 and 86. RGB value is (162,34,134). Sum of RGB (Red+Green+Blue) = 162+34+134=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A22286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22286 is #5DDD79. Grayscale: #535353. Windows color (decimal): -6151546 or 8790690. OLE color: 8790690.
HSL color Cylindrical-coordinate representation of color #A22286: hue angle of 313.12º 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 #A22286 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 134 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.36 |
| HSL | 313.13º | 0.65% | 0.38% | - |
| HSV(B) | 313.13º | 0.79% | 0.64% | - |
| XYZ | 19.78 | 10.55 | 23.55 | - |
| YUV | 83.67 | 156.41 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 134 | 0 | 0.79 | 0.17 | 0.36 | 313.13 | 0.65 | 0.38 |
| Hex | A2 | 22 | 86 | 0 | 4F | 11 | 24 | 139 | 41 | 26 |
| Octal | 242 | 42 | 206 | 0 | 117 | 21 | 44 | 471 | 101 | 46 |
| Binary | 10100010 | 100010 | 10000110 | 0 | 1001111 | 10001 | 100100 | 100111001 | 1000001 | 100110 |
Color Harmonies of #A22286
Complementary color
Monochromatic Colors of #A22286
Black with #A22286
Text Example
Text Example
White with #A22286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22286; }
p { color: rgb(162,34,134); }
H1.HeaderClassName
{
color: #A22286;
}
.AnyTagClassName
{
color: #A22286;
}
</style>
background-color css
<style>
a { background-color: #A22286; }
a { background-color: rgb(162,34,134); }
div.DivClassName
{
background-color: #A22286;
}
.BgClassName
{
background-color: #A22286;
}
</style>
border-color css
<style>
span { border-color: #A22286; }
span { border-color: rgb(162,34,134); }
td.TdClassName
{
border-color: #A22286;
}
.TagClassName
{
border-color: #A22286;
}
</style>