Shades of Dark Violet #A30EDD
Tints of Dark Violet #A30EDD
RGB
CMYK
RGB Variations
Color information
#A30EDD (or 0xA30EDD) is known color: Dark Violet. HEX triplet: A3, 0E and DD. RGB value is (163,14,221). Sum of RGB (Red+Green+Blue) = 163+14+221=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #A30EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30EDD is #5CF122. Grayscale: #515151. Windows color (decimal): -6091043 or 14487203. OLE color: 14487203.
HSL color Cylindrical-coordinate representation of color #A30EDD: hue angle of 283.19º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30EDD is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 14 | 221 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.13 |
| HSL | 283.19º | 0.88% | 0.46% | - |
| HSV(B) | 283.19º | 0.94% | 0.87% | - |
| XYZ | 28.31 | 13.32 | 69.49 | - |
| YUV | 82.15 | 206.36 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 221 | 0.26 | 0.94 | 0 | 0.13 | 283.19 | 0.88 | 0.46 |
| Hex | A3 | E | DD | 1A | 5E | 0 | D | 11B | 58 | 2E |
| Octal | 243 | 16 | 335 | 32 | 136 | 0 | 15 | 433 | 130 | 56 |
| Binary | 10100011 | 1110 | 11011101 | 11010 | 1011110 | 0 | 1101 | 100011011 | 1011000 | 101110 |
Color Harmonies of #A30EDD
Complementary color
Monochromatic Colors of #A30EDD
Black with #A30EDD
Text Example
Text Example
White with #A30EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30EDD; }
p { color: rgb(163,14,221); }
H1.HeaderClassName
{
color: #A30EDD;
}
.AnyTagClassName
{
color: #A30EDD;
}
</style>
background-color css
<style>
a { background-color: #A30EDD; }
a { background-color: rgb(163,14,221); }
div.DivClassName
{
background-color: #A30EDD;
}
.BgClassName
{
background-color: #A30EDD;
}
</style>
border-color css
<style>
span { border-color: #A30EDD; }
span { border-color: rgb(163,14,221); }
td.TdClassName
{
border-color: #A30EDD;
}
.TagClassName
{
border-color: #A30EDD;
}
</style>