Shades of Dark Purple #A22289
Tints of Dark Purple #A22289
RGB
CMYK
RGB Variations
Color information
#A22289 (or 0xA22289) is known color: Dark Purple. HEX triplet: A2, 22 and 89. RGB value is (162,34,137). Sum of RGB (Red+Green+Blue) = 162+34+137=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A22289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22289 is #5DDD76. Grayscale: #535353. Windows color (decimal): -6151543 or 8987298. OLE color: 8987298.
HSL color Cylindrical-coordinate representation of color #A22289: hue angle of 311.72º 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 #A22289 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 137 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.36 |
| HSL | 311.72º | 0.65% | 0.38% | - |
| HSV(B) | 311.72º | 0.79% | 0.64% | - |
| XYZ | 19.99 | 10.63 | 24.67 | - |
| YUV | 84.01 | 157.91 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 137 | 0 | 0.79 | 0.15 | 0.36 | 311.72 | 0.65 | 0.38 |
| Hex | A2 | 22 | 89 | 0 | 4F | F | 24 | 138 | 41 | 26 |
| Octal | 242 | 42 | 211 | 0 | 117 | 17 | 44 | 470 | 101 | 46 |
| Binary | 10100010 | 100010 | 10001001 | 0 | 1001111 | 1111 | 100100 | 100111000 | 1000001 | 100110 |
Color Harmonies of #A22289
Complementary color
Monochromatic Colors of #A22289
Black with #A22289
Text Example
Text Example
White with #A22289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22289; }
p { color: rgb(162,34,137); }
H1.HeaderClassName
{
color: #A22289;
}
.AnyTagClassName
{
color: #A22289;
}
</style>
background-color css
<style>
a { background-color: #A22289; }
a { background-color: rgb(162,34,137); }
div.DivClassName
{
background-color: #A22289;
}
.BgClassName
{
background-color: #A22289;
}
</style>
border-color css
<style>
span { border-color: #A22289; }
span { border-color: rgb(162,34,137); }
td.TdClassName
{
border-color: #A22289;
}
.TagClassName
{
border-color: #A22289;
}
</style>