Shades of Dark Violet #A202E2
Tints of Dark Violet #A202E2
RGB
CMYK
RGB Variations
Color information
#A202E2 (or 0xA202E2) is known color: Dark Violet. HEX triplet: A2, 02 and E2. RGB value is (162,2,226). Sum of RGB (Red+Green+Blue) = 162+2+226=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 226 (88.67% from 255 or 57.95% from 390); Max value from RGB is 226 - color contains mainly: blue. Hex color #A202E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A202E2 is #5DFD1D. Grayscale: #4A4A4A. Windows color (decimal): -6159646 or 14811810. OLE color: 14811810.
HSL color Cylindrical-coordinate representation of color #A202E2: hue angle of 282.86º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A202E2 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 2 | 226 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.11 |
| HSL | 282.86º | 0.98% | 0.45% | - |
| HSV(B) | 282.86º | 0.99% | 0.89% | - |
| XYZ | 28.65 | 13.22 | 72.99 | - |
| YUV | 75.38 | 213.01 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 226 | 0.28 | 0.99 | 0 | 0.11 | 282.86 | 0.98 | 0.45 |
| Hex | A2 | 2 | E2 | 1C | 63 | 0 | B | 11B | 62 | 2D |
| Octal | 242 | 2 | 342 | 34 | 143 | 0 | 13 | 433 | 142 | 55 |
| Binary | 10100010 | 10 | 11100010 | 11100 | 1100011 | 0 | 1011 | 100011011 | 1100010 | 101101 |
Color Harmonies of #A202E2
Complementary color
Monochromatic Colors of #A202E2
Black with #A202E2
Text Example
Text Example
White with #A202E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A202E2; }
p { color: rgb(162,2,226); }
H1.HeaderClassName
{
color: #A202E2;
}
.AnyTagClassName
{
color: #A202E2;
}
</style>
background-color css
<style>
a { background-color: #A202E2; }
a { background-color: rgb(162,2,226); }
div.DivClassName
{
background-color: #A202E2;
}
.BgClassName
{
background-color: #A202E2;
}
</style>
border-color css
<style>
span { border-color: #A202E2; }
span { border-color: rgb(162,2,226); }
td.TdClassName
{
border-color: #A202E2;
}
.TagClassName
{
border-color: #A202E2;
}
</style>