Shades of Dark Violet #A203DB
Tints of Dark Violet #A203DB
RGB
CMYK
RGB Variations
Color information
#A203DB (or 0xA203DB) is known color: Dark Violet. HEX triplet: A2, 03 and DB. RGB value is (162,3,219). Sum of RGB (Red+Green+Blue) = 162+3+219=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #A203DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A203DB is #5DFC24. Grayscale: #4A4A4A. Windows color (decimal): -6159397 or 14353314. OLE color: 14353314.
HSL color Cylindrical-coordinate representation of color #A203DB: hue angle of 284.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A203DB is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 3 | 219 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.14 |
| HSL | 284.17º | 0.97% | 0.44% | - |
| HSV(B) | 284.17º | 0.99% | 0.86% | - |
| XYZ | 27.72 | 12.86 | 68.04 | - |
| YUV | 75.17 | 209.18 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 219 | 0.26 | 0.99 | 0 | 0.14 | 284.17 | 0.97 | 0.44 |
| Hex | A2 | 3 | DB | 1A | 63 | 0 | E | 11C | 61 | 2C |
| Octal | 242 | 3 | 333 | 32 | 143 | 0 | 16 | 434 | 141 | 54 |
| Binary | 10100010 | 11 | 11011011 | 11010 | 1100011 | 0 | 1110 | 100011100 | 1100001 | 101100 |
Color Harmonies of #A203DB
Complementary color
Monochromatic Colors of #A203DB
Black with #A203DB
Text Example
Text Example
White with #A203DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203DB; }
p { color: rgb(162,3,219); }
H1.HeaderClassName
{
color: #A203DB;
}
.AnyTagClassName
{
color: #A203DB;
}
</style>
background-color css
<style>
a { background-color: #A203DB; }
a { background-color: rgb(162,3,219); }
div.DivClassName
{
background-color: #A203DB;
}
.BgClassName
{
background-color: #A203DB;
}
</style>
border-color css
<style>
span { border-color: #A203DB; }
span { border-color: rgb(162,3,219); }
td.TdClassName
{
border-color: #A203DB;
}
.TagClassName
{
border-color: #A203DB;
}
</style>