Shades of Dark Violet #A203EA
Tints of Dark Violet #A203EA
RGB
CMYK
RGB Variations
Color information
#A203EA (or 0xA203EA) is known color: Dark Violet. HEX triplet: A2, 03 and EA. RGB value is (162,3,234). Sum of RGB (Red+Green+Blue) = 162+3+234=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #A203EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A203EA is #5DFC15. Grayscale: #4C4C4C. Windows color (decimal): -6159382 or 15336354. OLE color: 15336354.
HSL color Cylindrical-coordinate representation of color #A203EA: hue angle of 281.3º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A203EA is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 3 | 234 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.08 |
| HSL | 281.3º | 0.97% | 0.46% | - |
| HSV(B) | 281.3º | 0.99% | 0.92% | - |
| XYZ | 29.78 | 13.69 | 78.91 | - |
| YUV | 76.88 | 216.68 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 234 | 0.31 | 0.99 | 0 | 0.08 | 281.3 | 0.97 | 0.46 |
| Hex | A2 | 3 | EA | 1F | 63 | 0 | 8 | 119 | 61 | 2E |
| Octal | 242 | 3 | 352 | 37 | 143 | 0 | 10 | 431 | 141 | 56 |
| Binary | 10100010 | 11 | 11101010 | 11111 | 1100011 | 0 | 1000 | 100011001 | 1100001 | 101110 |
Color Harmonies of #A203EA
Complementary color
Monochromatic Colors of #A203EA
Black with #A203EA
Text Example
Text Example
White with #A203EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203EA; }
p { color: rgb(162,3,234); }
H1.HeaderClassName
{
color: #A203EA;
}
.AnyTagClassName
{
color: #A203EA;
}
</style>
background-color css
<style>
a { background-color: #A203EA; }
a { background-color: rgb(162,3,234); }
div.DivClassName
{
background-color: #A203EA;
}
.BgClassName
{
background-color: #A203EA;
}
</style>
border-color css
<style>
span { border-color: #A203EA; }
span { border-color: rgb(162,3,234); }
td.TdClassName
{
border-color: #A203EA;
}
.TagClassName
{
border-color: #A203EA;
}
</style>