Shades of Dark Purple #A22699
Tints of Dark Purple #A22699
RGB
CMYK
RGB Variations
Color information
#A22699 (or 0xA22699) is known color: Dark Purple. HEX triplet: A2, 26 and 99. RGB value is (162,38,153). Sum of RGB (Red+Green+Blue) = 162+38+153=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A22699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22699 is #5DD966. Grayscale: #575757. Windows color (decimal): -6150503 or 10036898. OLE color: 10036898.
HSL color Cylindrical-coordinate representation of color #A22699: hue angle of 304.35º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22699 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 38 | 153 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.36 |
| HSL | 304.35º | 0.62% | 0.39% | - |
| HSV(B) | 304.35º | 0.77% | 0.64% | - |
| XYZ | 21.34 | 11.37 | 31.21 | - |
| YUV | 88.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 38 | 153 | 0 | 0.77 | 0.06 | 0.36 | 304.35 | 0.62 | 0.39 |
| Hex | A2 | 26 | 99 | 0 | 4D | 6 | 24 | 130 | 3E | 27 |
| Octal | 242 | 46 | 231 | 0 | 115 | 6 | 44 | 460 | 76 | 47 |
| Binary | 10100010 | 100110 | 10011001 | 0 | 1001101 | 110 | 100100 | 100110000 | 111110 | 100111 |
Color Harmonies of #A22699
Complementary color
Monochromatic Colors of #A22699
Black with #A22699
Text Example
Text Example
White with #A22699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22699; }
p { color: rgb(162,38,153); }
H1.HeaderClassName
{
color: #A22699;
}
.AnyTagClassName
{
color: #A22699;
}
</style>
background-color css
<style>
a { background-color: #A22699; }
a { background-color: rgb(162,38,153); }
div.DivClassName
{
background-color: #A22699;
}
.BgClassName
{
background-color: #A22699;
}
</style>
border-color css
<style>
span { border-color: #A22699; }
span { border-color: rgb(162,38,153); }
td.TdClassName
{
border-color: #A22699;
}
.TagClassName
{
border-color: #A22699;
}
</style>