Shades of Dark Purple #A22299
Tints of Dark Purple #A22299
RGB
CMYK
RGB Variations
Color information
#A22299 (or 0xA22299) is known color: Dark Purple. HEX triplet: A2, 22 and 99. RGB value is (162,34,153). Sum of RGB (Red+Green+Blue) = 162+34+153=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A22299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22299 is #5DDD66. Grayscale: #555555. Windows color (decimal): -6151527 or 10035874. OLE color: 10035874.
HSL color Cylindrical-coordinate representation of color #A22299: hue angle of 304.22º 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 #A22299 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 153 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.36 |
| HSL | 304.22º | 0.65% | 0.38% | - |
| HSV(B) | 304.22º | 0.79% | 0.64% | - |
| XYZ | 21.22 | 11.13 | 31.17 | - |
| YUV | 85.84 | 165.91 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 153 | 0 | 0.79 | 0.06 | 0.36 | 304.22 | 0.65 | 0.38 |
| Hex | A2 | 22 | 99 | 0 | 4F | 6 | 24 | 130 | 41 | 26 |
| Octal | 242 | 42 | 231 | 0 | 117 | 6 | 44 | 460 | 101 | 46 |
| Binary | 10100010 | 100010 | 10011001 | 0 | 1001111 | 110 | 100100 | 100110000 | 1000001 | 100110 |
Color Harmonies of #A22299
Complementary color
Monochromatic Colors of #A22299
Black with #A22299
Text Example
Text Example
White with #A22299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22299; }
p { color: rgb(162,34,153); }
H1.HeaderClassName
{
color: #A22299;
}
.AnyTagClassName
{
color: #A22299;
}
</style>
background-color css
<style>
a { background-color: #A22299; }
a { background-color: rgb(162,34,153); }
div.DivClassName
{
background-color: #A22299;
}
.BgClassName
{
background-color: #A22299;
}
</style>
border-color css
<style>
span { border-color: #A22299; }
span { border-color: rgb(162,34,153); }
td.TdClassName
{
border-color: #A22299;
}
.TagClassName
{
border-color: #A22299;
}
</style>