Shades of Dark Purple #A22690
Tints of Dark Purple #A22690
RGB
CMYK
RGB Variations
Color information
#A22690 (or 0xA22690) is known color: Dark Purple. HEX triplet: A2, 26 and 90. RGB value is (162,38,144). Sum of RGB (Red+Green+Blue) = 162+38+144=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A22690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22690 is #5DD96F. Grayscale: #565656. Windows color (decimal): -6150512 or 9447074. OLE color: 9447074.
HSL color Cylindrical-coordinate representation of color #A22690: hue angle of 308.71º 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 #A22690 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 38 | 144 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.36 |
| HSL | 308.71º | 0.62% | 0.39% | - |
| HSV(B) | 308.71º | 0.77% | 0.64% | - |
| XYZ | 20.63 | 11.08 | 27.44 | - |
| YUV | 87.16 | 160.08 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 38 | 144 | 0 | 0.77 | 0.11 | 0.36 | 308.71 | 0.62 | 0.39 |
| Hex | A2 | 26 | 90 | 0 | 4D | B | 24 | 135 | 3E | 27 |
| Octal | 242 | 46 | 220 | 0 | 115 | 13 | 44 | 465 | 76 | 47 |
| Binary | 10100010 | 100110 | 10010000 | 0 | 1001101 | 1011 | 100100 | 100110101 | 111110 | 100111 |
Color Harmonies of #A22690
Complementary color
Monochromatic Colors of #A22690
Black with #A22690
Text Example
Text Example
White with #A22690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22690; }
p { color: rgb(162,38,144); }
H1.HeaderClassName
{
color: #A22690;
}
.AnyTagClassName
{
color: #A22690;
}
</style>
background-color css
<style>
a { background-color: #A22690; }
a { background-color: rgb(162,38,144); }
div.DivClassName
{
background-color: #A22690;
}
.BgClassName
{
background-color: #A22690;
}
</style>
border-color css
<style>
span { border-color: #A22690; }
span { border-color: rgb(162,38,144); }
td.TdClassName
{
border-color: #A22690;
}
.TagClassName
{
border-color: #A22690;
}
</style>