Shades of Dark Violet #A203DD
Tints of Dark Violet #A203DD
RGB
CMYK
RGB Variations
Color information
#A203DD (or 0xA203DD) is known color: Dark Violet. HEX triplet: A2, 03 and DD. RGB value is (162,3,221). Sum of RGB (Red+Green+Blue) = 162+3+221=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #A203DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A203DD is #5DFC22. Grayscale: #4A4A4A. Windows color (decimal): -6159395 or 14484386. OLE color: 14484386.
HSL color Cylindrical-coordinate representation of color #A203DD: hue angle of 283.76º degrees, saturation: 0.97, 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 #A203DD is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 3 | 221 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.13 |
| HSL | 283.76º | 0.97% | 0.44% | - |
| HSV(B) | 283.76º | 0.99% | 0.87% | - |
| XYZ | 27.98 | 12.97 | 69.43 | - |
| YUV | 75.39 | 210.18 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 221 | 0.27 | 0.99 | 0 | 0.13 | 283.76 | 0.97 | 0.44 |
| Hex | A2 | 3 | DD | 1B | 63 | 0 | D | 11C | 61 | 2C |
| Octal | 242 | 3 | 335 | 33 | 143 | 0 | 15 | 434 | 141 | 54 |
| Binary | 10100010 | 11 | 11011101 | 11011 | 1100011 | 0 | 1101 | 100011100 | 1100001 | 101100 |
Color Harmonies of #A203DD
Complementary color
Monochromatic Colors of #A203DD
Black with #A203DD
Text Example
Text Example
White with #A203DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203DD; }
p { color: rgb(162,3,221); }
H1.HeaderClassName
{
color: #A203DD;
}
.AnyTagClassName
{
color: #A203DD;
}
</style>
background-color css
<style>
a { background-color: #A203DD; }
a { background-color: rgb(162,3,221); }
div.DivClassName
{
background-color: #A203DD;
}
.BgClassName
{
background-color: #A203DD;
}
</style>
border-color css
<style>
span { border-color: #A203DD; }
span { border-color: rgb(162,3,221); }
td.TdClassName
{
border-color: #A203DD;
}
.TagClassName
{
border-color: #A203DD;
}
</style>