Shades of Dark Violet #A203E2
Tints of Dark Violet #A203E2
RGB
CMYK
RGB Variations
Color information
#A203E2 (or 0xA203E2) is known color: Dark Violet. HEX triplet: A2, 03 and E2. RGB value is (162,3,226). Sum of RGB (Red+Green+Blue) = 162+3+226=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 226 (88.67% from 255 or 57.80% from 391); Max value from RGB is 226 - color contains mainly: blue. Hex color #A203E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A203E2 is #5DFC1D. Grayscale: #4B4B4B. Windows color (decimal): -6159390 or 14812066. OLE color: 14812066.
HSL color Cylindrical-coordinate representation of color #A203E2: hue angle of 282.78º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A203E2 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 3 | 226 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.11 |
| HSL | 282.78º | 0.97% | 0.45% | - |
| HSV(B) | 282.78º | 0.99% | 0.89% | - |
| XYZ | 28.66 | 13.24 | 73 | - |
| YUV | 75.96 | 212.68 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 226 | 0.28 | 0.99 | 0 | 0.11 | 282.78 | 0.97 | 0.45 |
| Hex | A2 | 3 | E2 | 1C | 63 | 0 | B | 11B | 61 | 2D |
| Octal | 242 | 3 | 342 | 34 | 143 | 0 | 13 | 433 | 141 | 55 |
| Binary | 10100010 | 11 | 11100010 | 11100 | 1100011 | 0 | 1011 | 100011011 | 1100001 | 101101 |
Color Harmonies of #A203E2
Complementary color
Monochromatic Colors of #A203E2
Black with #A203E2
Text Example
Text Example
White with #A203E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203E2; }
p { color: rgb(162,3,226); }
H1.HeaderClassName
{
color: #A203E2;
}
.AnyTagClassName
{
color: #A203E2;
}
</style>
background-color css
<style>
a { background-color: #A203E2; }
a { background-color: rgb(162,3,226); }
div.DivClassName
{
background-color: #A203E2;
}
.BgClassName
{
background-color: #A203E2;
}
</style>
border-color css
<style>
span { border-color: #A203E2; }
span { border-color: rgb(162,3,226); }
td.TdClassName
{
border-color: #A203E2;
}
.TagClassName
{
border-color: #A203E2;
}
</style>