Shades of Dark Violet #A202D6
Tints of Dark Violet #A202D6
RGB
CMYK
RGB Variations
Color information
#A202D6 (or 0xA202D6) is known color: Dark Violet. HEX triplet: A2, 02 and D6. RGB value is (162,2,214). Sum of RGB (Red+Green+Blue) = 162+2+214=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 214 (83.98% from 255 or 56.61% from 378); Max value from RGB is 214 - color contains mainly: blue. Hex color #A202D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A202D6 is #5DFD29. Grayscale: #494949. Windows color (decimal): -6159658 or 14025378. OLE color: 14025378.
HSL color Cylindrical-coordinate representation of color #A202D6: hue angle of 285.28º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A202D6 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 2 | 214 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.16 |
| HSL | 285.28º | 0.98% | 0.42% | - |
| HSV(B) | 285.28º | 0.99% | 0.84% | - |
| XYZ | 27.06 | 12.58 | 64.62 | - |
| YUV | 74.01 | 207.01 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 214 | 0.24 | 0.99 | 0 | 0.16 | 285.28 | 0.98 | 0.42 |
| Hex | A2 | 2 | D6 | 18 | 63 | 0 | 10 | 11D | 62 | 2A |
| Octal | 242 | 2 | 326 | 30 | 143 | 0 | 20 | 435 | 142 | 52 |
| Binary | 10100010 | 10 | 11010110 | 11000 | 1100011 | 0 | 10000 | 100011101 | 1100010 | 101010 |
Color Harmonies of #A202D6
Complementary color
Monochromatic Colors of #A202D6
Black with #A202D6
Text Example
Text Example
White with #A202D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A202D6; }
p { color: rgb(162,2,214); }
H1.HeaderClassName
{
color: #A202D6;
}
.AnyTagClassName
{
color: #A202D6;
}
</style>
background-color css
<style>
a { background-color: #A202D6; }
a { background-color: rgb(162,2,214); }
div.DivClassName
{
background-color: #A202D6;
}
.BgClassName
{
background-color: #A202D6;
}
</style>
border-color css
<style>
span { border-color: #A202D6; }
span { border-color: rgb(162,2,214); }
td.TdClassName
{
border-color: #A202D6;
}
.TagClassName
{
border-color: #A202D6;
}
</style>