Shades of Dark Violet #A203EC
Tints of Dark Violet #A203EC
RGB
CMYK
RGB Variations
Color information
#A203EC (or 0xA203EC) is known color: Dark Violet. HEX triplet: A2, 03 and EC. RGB value is (162,3,236). Sum of RGB (Red+Green+Blue) = 162+3+236=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #A203EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A203EC is #5DFC13. Grayscale: #4C4C4C. Windows color (decimal): -6159380 or 15467426. OLE color: 15467426.
HSL color Cylindrical-coordinate representation of color #A203EC: hue angle of 280.94º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A203EC is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 3 | 236 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.07 |
| HSL | 280.94º | 0.97% | 0.47% | - |
| HSV(B) | 280.94º | 0.99% | 0.93% | - |
| XYZ | 30.07 | 13.8 | 80.44 | - |
| YUV | 77.1 | 217.68 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 236 | 0.31 | 0.99 | 0 | 0.07 | 280.94 | 0.97 | 0.47 |
| Hex | A2 | 3 | EC | 1F | 63 | 0 | 7 | 119 | 61 | 2F |
| Octal | 242 | 3 | 354 | 37 | 143 | 0 | 7 | 431 | 141 | 57 |
| Binary | 10100010 | 11 | 11101100 | 11111 | 1100011 | 0 | 111 | 100011001 | 1100001 | 101111 |
Color Harmonies of #A203EC
Complementary color
Monochromatic Colors of #A203EC
Black with #A203EC
Text Example
Text Example
White with #A203EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203EC; }
p { color: rgb(162,3,236); }
H1.HeaderClassName
{
color: #A203EC;
}
.AnyTagClassName
{
color: #A203EC;
}
</style>
background-color css
<style>
a { background-color: #A203EC; }
a { background-color: rgb(162,3,236); }
div.DivClassName
{
background-color: #A203EC;
}
.BgClassName
{
background-color: #A203EC;
}
</style>
border-color css
<style>
span { border-color: #A203EC; }
span { border-color: rgb(162,3,236); }
td.TdClassName
{
border-color: #A203EC;
}
.TagClassName
{
border-color: #A203EC;
}
</style>