Shades of Dark Violet #A203D1
Tints of Dark Violet #A203D1
RGB
CMYK
RGB Variations
Color information
#A203D1 (or 0xA203D1) is known color: Dark Violet. HEX triplet: A2, 03 and D1. RGB value is (162,3,209). Sum of RGB (Red+Green+Blue) = 162+3+209=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 209 (82.03% from 255 or 55.88% from 374); Max value from RGB is 209 - color contains mainly: blue. Hex color #A203D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A203D1 is #5DFC2E. Grayscale: #494949. Windows color (decimal): -6159407 or 13697954. OLE color: 13697954.
HSL color Cylindrical-coordinate representation of color #A203D1: hue angle of 286.31º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A203D1 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 3 | 209 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.18 |
| HSL | 286.31º | 0.97% | 0.42% | - |
| HSV(B) | 286.31º | 0.99% | 0.82% | - |
| XYZ | 26.44 | 12.35 | 61.31 | - |
| YUV | 74.03 | 204.18 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 209 | 0.22 | 0.99 | 0 | 0.18 | 286.31 | 0.97 | 0.42 |
| Hex | A2 | 3 | D1 | 16 | 63 | 0 | 12 | 11E | 61 | 2A |
| Octal | 242 | 3 | 321 | 26 | 143 | 0 | 22 | 436 | 141 | 52 |
| Binary | 10100010 | 11 | 11010001 | 10110 | 1100011 | 0 | 10010 | 100011110 | 1100001 | 101010 |
Color Harmonies of #A203D1
Complementary color
Monochromatic Colors of #A203D1
Black with #A203D1
Text Example
Text Example
White with #A203D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203D1; }
p { color: rgb(162,3,209); }
H1.HeaderClassName
{
color: #A203D1;
}
.AnyTagClassName
{
color: #A203D1;
}
</style>
background-color css
<style>
a { background-color: #A203D1; }
a { background-color: rgb(162,3,209); }
div.DivClassName
{
background-color: #A203D1;
}
.BgClassName
{
background-color: #A203D1;
}
</style>
border-color css
<style>
span { border-color: #A203D1; }
span { border-color: rgb(162,3,209); }
td.TdClassName
{
border-color: #A203D1;
}
.TagClassName
{
border-color: #A203D1;
}
</style>