Shades of Dark Violet #A203E1
Tints of Dark Violet #A203E1
RGB
CMYK
RGB Variations
Color information
#A203E1 (or 0xA203E1) is known color: Dark Violet. HEX triplet: A2, 03 and E1. RGB value is (162,3,225). Sum of RGB (Red+Green+Blue) = 162+3+225=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 225 (88.28% from 255 or 57.69% from 390); Max value from RGB is 225 - color contains mainly: blue. Hex color #A203E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A203E1 is #5DFC1E. Grayscale: #4B4B4B. Windows color (decimal): -6159391 or 14746530. OLE color: 14746530.
HSL color Cylindrical-coordinate representation of color #A203E1: hue angle of 282.97º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A203E1 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 3 | 225 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.12 |
| HSL | 282.97º | 0.97% | 0.45% | - |
| HSV(B) | 282.97º | 0.99% | 0.88% | - |
| XYZ | 28.52 | 13.18 | 72.28 | - |
| YUV | 75.85 | 212.18 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 225 | 0.28 | 0.99 | 0 | 0.12 | 282.97 | 0.97 | 0.45 |
| Hex | A2 | 3 | E1 | 1C | 63 | 0 | C | 11B | 61 | 2D |
| Octal | 242 | 3 | 341 | 34 | 143 | 0 | 14 | 433 | 141 | 55 |
| Binary | 10100010 | 11 | 11100001 | 11100 | 1100011 | 0 | 1100 | 100011011 | 1100001 | 101101 |
Color Harmonies of #A203E1
Complementary color
Monochromatic Colors of #A203E1
Black with #A203E1
Text Example
Text Example
White with #A203E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203E1; }
p { color: rgb(162,3,225); }
H1.HeaderClassName
{
color: #A203E1;
}
.AnyTagClassName
{
color: #A203E1;
}
</style>
background-color css
<style>
a { background-color: #A203E1; }
a { background-color: rgb(162,3,225); }
div.DivClassName
{
background-color: #A203E1;
}
.BgClassName
{
background-color: #A203E1;
}
</style>
border-color css
<style>
span { border-color: #A203E1; }
span { border-color: rgb(162,3,225); }
td.TdClassName
{
border-color: #A203E1;
}
.TagClassName
{
border-color: #A203E1;
}
</style>