Shades of Dark Violet #A202E9
Tints of Dark Violet #A202E9
RGB
CMYK
RGB Variations
Color information
#A202E9 (or 0xA202E9) is known color: Dark Violet. HEX triplet: A2, 02 and E9. RGB value is (162,2,233). Sum of RGB (Red+Green+Blue) = 162+2+233=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 233 (91.41% from 255 or 58.69% from 397); Max value from RGB is 233 - color contains mainly: blue. Hex color #A202E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A202E9 is #5DFD16. Grayscale: #4B4B4B. Windows color (decimal): -6159639 or 15270562. OLE color: 15270562.
HSL color Cylindrical-coordinate representation of color #A202E9: hue angle of 281.56º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A202E9 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 2 | 233 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.09 |
| HSL | 281.56º | 0.98% | 0.46% | - |
| HSV(B) | 281.56º | 0.99% | 0.91% | - |
| XYZ | 29.63 | 13.61 | 78.16 | - |
| YUV | 76.17 | 216.51 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 233 | 0.30 | 0.99 | 0 | 0.09 | 281.56 | 0.98 | 0.46 |
| Hex | A2 | 2 | E9 | 1E | 63 | 0 | 9 | 11A | 62 | 2E |
| Octal | 242 | 2 | 351 | 36 | 143 | 0 | 11 | 432 | 142 | 56 |
| Binary | 10100010 | 10 | 11101001 | 11110 | 1100011 | 0 | 1001 | 100011010 | 1100010 | 101110 |
Color Harmonies of #A202E9
Complementary color
Monochromatic Colors of #A202E9
Black with #A202E9
Text Example
Text Example
White with #A202E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A202E9; }
p { color: rgb(162,2,233); }
H1.HeaderClassName
{
color: #A202E9;
}
.AnyTagClassName
{
color: #A202E9;
}
</style>
background-color css
<style>
a { background-color: #A202E9; }
a { background-color: rgb(162,2,233); }
div.DivClassName
{
background-color: #A202E9;
}
.BgClassName
{
background-color: #A202E9;
}
</style>
border-color css
<style>
span { border-color: #A202E9; }
span { border-color: rgb(162,2,233); }
td.TdClassName
{
border-color: #A202E9;
}
.TagClassName
{
border-color: #A202E9;
}
</style>