Shades of Dark Violet #A30DE1
Tints of Dark Violet #A30DE1
RGB
CMYK
RGB Variations
Color information
#A30DE1 (or 0xA30DE1) is known color: Dark Violet. HEX triplet: A3, 0D and E1. RGB value is (163,13,225). Sum of RGB (Red+Green+Blue) = 163+13+225=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #A30DE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DE1 is #5CF21E. Grayscale: #515151. Windows color (decimal): -6091295 or 14749091. OLE color: 14749091.
HSL color Cylindrical-coordinate representation of color #A30DE1: hue angle of 282.45º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30DE1 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 13 | 225 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.12 |
| HSL | 282.45º | 0.89% | 0.47% | - |
| HSV(B) | 282.45º | 0.94% | 0.88% | - |
| XYZ | 28.84 | 13.51 | 72.32 | - |
| YUV | 82.02 | 208.7 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 225 | 0.28 | 0.94 | 0 | 0.12 | 282.45 | 0.89 | 0.47 |
| Hex | A3 | D | E1 | 1C | 5E | 0 | C | 11A | 59 | 2F |
| Octal | 243 | 15 | 341 | 34 | 136 | 0 | 14 | 432 | 131 | 57 |
| Binary | 10100011 | 1101 | 11100001 | 11100 | 1011110 | 0 | 1100 | 100011010 | 1011001 | 101111 |
Color Harmonies of #A30DE1
Complementary color
Monochromatic Colors of #A30DE1
Black with #A30DE1
Text Example
Text Example
White with #A30DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DE1; }
p { color: rgb(163,13,225); }
H1.HeaderClassName
{
color: #A30DE1;
}
.AnyTagClassName
{
color: #A30DE1;
}
</style>
background-color css
<style>
a { background-color: #A30DE1; }
a { background-color: rgb(163,13,225); }
div.DivClassName
{
background-color: #A30DE1;
}
.BgClassName
{
background-color: #A30DE1;
}
</style>
border-color css
<style>
span { border-color: #A30DE1; }
span { border-color: rgb(163,13,225); }
td.TdClassName
{
border-color: #A30DE1;
}
.TagClassName
{
border-color: #A30DE1;
}
</style>