Shades of Dark Violet #A103E2
Tints of Dark Violet #A103E2
RGB
CMYK
RGB Variations
Color information
#A103E2 (or 0xA103E2) is known color: Dark Violet. HEX triplet: A1, 03 and E2. RGB value is (161,3,226). Sum of RGB (Red+Green+Blue) = 161+3+226=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 226 (88.67% from 255 or 57.95% from 390); Max value from RGB is 226 - color contains mainly: blue. Hex color #A103E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A103E2 is #5EFC1D. Grayscale: #4A4A4A. Windows color (decimal): -6224926 or 14812065. OLE color: 14812065.
HSL color Cylindrical-coordinate representation of color #A103E2: hue angle of 282.51º 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 #A103E2 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 3 | 226 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.11 |
| HSL | 282.51º | 0.97% | 0.45% | - |
| HSV(B) | 282.51º | 0.99% | 0.89% | - |
| XYZ | 28.46 | 13.13 | 72.99 | - |
| YUV | 75.66 | 212.85 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 226 | 0.29 | 0.99 | 0 | 0.11 | 282.51 | 0.97 | 0.45 |
| Hex | A1 | 3 | E2 | 1D | 63 | 0 | B | 11B | 61 | 2D |
| Octal | 241 | 3 | 342 | 35 | 143 | 0 | 13 | 433 | 141 | 55 |
| Binary | 10100001 | 11 | 11100010 | 11101 | 1100011 | 0 | 1011 | 100011011 | 1100001 | 101101 |
Color Harmonies of #A103E2
Complementary color
Monochromatic Colors of #A103E2
Black with #A103E2
Text Example
Text Example
White with #A103E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103E2; }
p { color: rgb(161,3,226); }
H1.HeaderClassName
{
color: #A103E2;
}
.AnyTagClassName
{
color: #A103E2;
}
</style>
background-color css
<style>
a { background-color: #A103E2; }
a { background-color: rgb(161,3,226); }
div.DivClassName
{
background-color: #A103E2;
}
.BgClassName
{
background-color: #A103E2;
}
</style>
border-color css
<style>
span { border-color: #A103E2; }
span { border-color: rgb(161,3,226); }
td.TdClassName
{
border-color: #A103E2;
}
.TagClassName
{
border-color: #A103E2;
}
</style>