Shades of Dark Violet #A103E6
Tints of Dark Violet #A103E6
RGB
CMYK
RGB Variations
Color information
#A103E6 (or 0xA103E6) is known color: Dark Violet. HEX triplet: A1, 03 and E6. RGB value is (161,3,230). Sum of RGB (Red+Green+Blue) = 161+3+230=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 230 (90.23% from 255 or 58.38% from 394); Max value from RGB is 230 - color contains mainly: blue. Hex color #A103E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A103E6 is #5EFC19. Grayscale: #4B4B4B. Windows color (decimal): -6224922 or 15074209. OLE color: 15074209.
HSL color Cylindrical-coordinate representation of color #A103E6: hue angle of 281.76º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A103E6 is Cyan = 0.3, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 3 | 230 | - |
| CMYK | 0.3 | 0.99 | 0 | 0.10 |
| HSL | 281.76º | 0.97% | 0.46% | - |
| HSV(B) | 281.76º | 0.99% | 0.9% | - |
| XYZ | 29.01 | 13.36 | 75.91 | - |
| YUV | 76.12 | 214.85 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 230 | 0.3 | 0.99 | 0 | 0.10 | 281.76 | 0.97 | 0.46 |
| Hex | A1 | 3 | E6 | 1E | 63 | 0 | A | 11A | 61 | 2E |
| Octal | 241 | 3 | 346 | 36 | 143 | 0 | 12 | 432 | 141 | 56 |
| Binary | 10100001 | 11 | 11100110 | 11110 | 1100011 | 0 | 1010 | 100011010 | 1100001 | 101110 |
Color Harmonies of #A103E6
Complementary color
Monochromatic Colors of #A103E6
Black with #A103E6
Text Example
Text Example
White with #A103E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103E6; }
p { color: rgb(161,3,230); }
H1.HeaderClassName
{
color: #A103E6;
}
.AnyTagClassName
{
color: #A103E6;
}
</style>
background-color css
<style>
a { background-color: #A103E6; }
a { background-color: rgb(161,3,230); }
div.DivClassName
{
background-color: #A103E6;
}
.BgClassName
{
background-color: #A103E6;
}
</style>
border-color css
<style>
span { border-color: #A103E6; }
span { border-color: rgb(161,3,230); }
td.TdClassName
{
border-color: #A103E6;
}
.TagClassName
{
border-color: #A103E6;
}
</style>