Shades of Dark Violet #A202E7
Tints of Dark Violet #A202E7
RGB
CMYK
RGB Variations
Color information
#A202E7 (or 0xA202E7) is known color: Dark Violet. HEX triplet: A2, 02 and E7. RGB value is (162,2,231). Sum of RGB (Red+Green+Blue) = 162+2+231=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 231 (90.62% from 255 or 58.48% from 395); Max value from RGB is 231 - color contains mainly: blue. Hex color #A202E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A202E7 is #5DFD18. Grayscale: #4B4B4B. Windows color (decimal): -6159641 or 15139490. OLE color: 15139490.
HSL color Cylindrical-coordinate representation of color #A202E7: hue angle of 281.92º 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 #A202E7 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 2 | 231 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.09 |
| HSL | 281.92º | 0.98% | 0.46% | - |
| HSV(B) | 281.92º | 0.99% | 0.91% | - |
| XYZ | 29.35 | 13.49 | 76.66 | - |
| YUV | 75.95 | 215.51 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 231 | 0.30 | 0.99 | 0 | 0.09 | 281.92 | 0.98 | 0.46 |
| Hex | A2 | 2 | E7 | 1E | 63 | 0 | 9 | 11A | 62 | 2E |
| Octal | 242 | 2 | 347 | 36 | 143 | 0 | 11 | 432 | 142 | 56 |
| Binary | 10100010 | 10 | 11100111 | 11110 | 1100011 | 0 | 1001 | 100011010 | 1100010 | 101110 |
Color Harmonies of #A202E7
Complementary color
Monochromatic Colors of #A202E7
Black with #A202E7
Text Example
Text Example
White with #A202E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A202E7; }
p { color: rgb(162,2,231); }
H1.HeaderClassName
{
color: #A202E7;
}
.AnyTagClassName
{
color: #A202E7;
}
</style>
background-color css
<style>
a { background-color: #A202E7; }
a { background-color: rgb(162,2,231); }
div.DivClassName
{
background-color: #A202E7;
}
.BgClassName
{
background-color: #A202E7;
}
</style>
border-color css
<style>
span { border-color: #A202E7; }
span { border-color: rgb(162,2,231); }
td.TdClassName
{
border-color: #A202E7;
}
.TagClassName
{
border-color: #A202E7;
}
</style>