Shades of Dark Violet #A30DEC
Tints of Dark Violet #A30DEC
RGB
CMYK
RGB Variations
Color information
#A30DEC (or 0xA30DEC) is known color: Dark Violet. HEX triplet: A3, 0D and EC. RGB value is (163,13,236). Sum of RGB (Red+Green+Blue) = 163+13+236=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #A30DEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30DEC is #5CF213. Grayscale: #525252. Windows color (decimal): -6091284 or 15469987. OLE color: 15469987.
HSL color Cylindrical-coordinate representation of color #A30DEC: hue angle of 280.36º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30DEC is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 13 | 236 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.07 |
| HSL | 280.36º | 0.9% | 0.49% | - |
| HSV(B) | 280.36º | 0.94% | 0.93% | - |
| XYZ | 30.39 | 14.13 | 80.48 | - |
| YUV | 83.27 | 214.2 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 236 | 0.31 | 0.94 | 0 | 0.07 | 280.36 | 0.9 | 0.49 |
| Hex | A3 | D | EC | 1F | 5E | 0 | 7 | 118 | 5A | 31 |
| Octal | 243 | 15 | 354 | 37 | 136 | 0 | 7 | 430 | 132 | 61 |
| Binary | 10100011 | 1101 | 11101100 | 11111 | 1011110 | 0 | 111 | 100011000 | 1011010 | 110001 |
Color Harmonies of #A30DEC
Complementary color
Monochromatic Colors of #A30DEC
Black with #A30DEC
Text Example
Text Example
White with #A30DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DEC; }
p { color: rgb(163,13,236); }
H1.HeaderClassName
{
color: #A30DEC;
}
.AnyTagClassName
{
color: #A30DEC;
}
</style>
background-color css
<style>
a { background-color: #A30DEC; }
a { background-color: rgb(163,13,236); }
div.DivClassName
{
background-color: #A30DEC;
}
.BgClassName
{
background-color: #A30DEC;
}
</style>
border-color css
<style>
span { border-color: #A30DEC; }
span { border-color: rgb(163,13,236); }
td.TdClassName
{
border-color: #A30DEC;
}
.TagClassName
{
border-color: #A30DEC;
}
</style>