Shades of Dark Violet #A202DF
Tints of Dark Violet #A202DF
RGB
CMYK
RGB Variations
Color information
#A202DF (or 0xA202DF) is known color: Dark Violet. HEX triplet: A2, 02 and DF. RGB value is (162,2,223). Sum of RGB (Red+Green+Blue) = 162+2+223=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #A202DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A202DF is #5DFD20. Grayscale: #4A4A4A. Windows color (decimal): -6159649 or 14615202. OLE color: 14615202.
HSL color Cylindrical-coordinate representation of color #A202DF: hue angle of 283.44º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A202DF is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 2 | 223 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.13 |
| HSL | 283.44º | 0.98% | 0.44% | - |
| HSV(B) | 283.44º | 0.99% | 0.87% | - |
| XYZ | 28.24 | 13.05 | 70.84 | - |
| YUV | 75.03 | 211.51 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 223 | 0.27 | 0.99 | 0 | 0.13 | 283.44 | 0.98 | 0.44 |
| Hex | A2 | 2 | DF | 1B | 63 | 0 | D | 11B | 62 | 2C |
| Octal | 242 | 2 | 337 | 33 | 143 | 0 | 15 | 433 | 142 | 54 |
| Binary | 10100010 | 10 | 11011111 | 11011 | 1100011 | 0 | 1101 | 100011011 | 1100010 | 101100 |
Color Harmonies of #A202DF
Complementary color
Monochromatic Colors of #A202DF
Black with #A202DF
Text Example
Text Example
White with #A202DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A202DF; }
p { color: rgb(162,2,223); }
H1.HeaderClassName
{
color: #A202DF;
}
.AnyTagClassName
{
color: #A202DF;
}
</style>
background-color css
<style>
a { background-color: #A202DF; }
a { background-color: rgb(162,2,223); }
div.DivClassName
{
background-color: #A202DF;
}
.BgClassName
{
background-color: #A202DF;
}
</style>
border-color css
<style>
span { border-color: #A202DF; }
span { border-color: rgb(162,2,223); }
td.TdClassName
{
border-color: #A202DF;
}
.TagClassName
{
border-color: #A202DF;
}
</style>