Shades of Dark Violet #A202DB
Tints of Dark Violet #A202DB
RGB
CMYK
RGB Variations
Color information
#A202DB (or 0xA202DB) is known color: Dark Violet. HEX triplet: A2, 02 and DB. RGB value is (162,2,219). Sum of RGB (Red+Green+Blue) = 162+2+219=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #A202DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A202DB is #5DFD24. Grayscale: #494949. Windows color (decimal): -6159653 or 14353058. OLE color: 14353058.
HSL color Cylindrical-coordinate representation of color #A202DB: hue angle of 284.24º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A202DB is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 2 | 219 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.14 |
| HSL | 284.24º | 0.98% | 0.43% | - |
| HSV(B) | 284.24º | 0.99% | 0.86% | - |
| XYZ | 27.71 | 12.84 | 68.04 | - |
| YUV | 74.58 | 209.51 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 219 | 0.26 | 0.99 | 0 | 0.14 | 284.24 | 0.98 | 0.43 |
| Hex | A2 | 2 | DB | 1A | 63 | 0 | E | 11C | 62 | 2B |
| Octal | 242 | 2 | 333 | 32 | 143 | 0 | 16 | 434 | 142 | 53 |
| Binary | 10100010 | 10 | 11011011 | 11010 | 1100011 | 0 | 1110 | 100011100 | 1100010 | 101011 |
Color Harmonies of #A202DB
Complementary color
Monochromatic Colors of #A202DB
Black with #A202DB
Text Example
Text Example
White with #A202DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A202DB; }
p { color: rgb(162,2,219); }
H1.HeaderClassName
{
color: #A202DB;
}
.AnyTagClassName
{
color: #A202DB;
}
</style>
background-color css
<style>
a { background-color: #A202DB; }
a { background-color: rgb(162,2,219); }
div.DivClassName
{
background-color: #A202DB;
}
.BgClassName
{
background-color: #A202DB;
}
</style>
border-color css
<style>
span { border-color: #A202DB; }
span { border-color: rgb(162,2,219); }
td.TdClassName
{
border-color: #A202DB;
}
.TagClassName
{
border-color: #A202DB;
}
</style>