Shades of Dark Violet #A30DE2
Tints of Dark Violet #A30DE2
RGB
CMYK
RGB Variations
Color information
#A30DE2 (or 0xA30DE2) is known color: Dark Violet. HEX triplet: A3, 0D and E2. RGB value is (163,13,226). Sum of RGB (Red+Green+Blue) = 163+13+226=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 226 (88.67% from 255 or 56.22% from 402); Max value from RGB is 226 - color contains mainly: blue. Hex color #A30DE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DE2 is #5CF21D. Grayscale: #515151. Windows color (decimal): -6091294 or 14814627. OLE color: 14814627.
HSL color Cylindrical-coordinate representation of color #A30DE2: hue angle of 282.25º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30DE2 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 13 | 226 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.11 |
| HSL | 282.25º | 0.89% | 0.47% | - |
| HSV(B) | 282.25º | 0.94% | 0.89% | - |
| XYZ | 28.98 | 13.57 | 73.04 | - |
| YUV | 82.13 | 209.2 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 226 | 0.28 | 0.94 | 0 | 0.11 | 282.25 | 0.89 | 0.47 |
| Hex | A3 | D | E2 | 1C | 5E | 0 | B | 11A | 59 | 2F |
| Octal | 243 | 15 | 342 | 34 | 136 | 0 | 13 | 432 | 131 | 57 |
| Binary | 10100011 | 1101 | 11100010 | 11100 | 1011110 | 0 | 1011 | 100011010 | 1011001 | 101111 |
Color Harmonies of #A30DE2
Complementary color
Monochromatic Colors of #A30DE2
Black with #A30DE2
Text Example
Text Example
White with #A30DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DE2; }
p { color: rgb(163,13,226); }
H1.HeaderClassName
{
color: #A30DE2;
}
.AnyTagClassName
{
color: #A30DE2;
}
</style>
background-color css
<style>
a { background-color: #A30DE2; }
a { background-color: rgb(163,13,226); }
div.DivClassName
{
background-color: #A30DE2;
}
.BgClassName
{
background-color: #A30DE2;
}
</style>
border-color css
<style>
span { border-color: #A30DE2; }
span { border-color: rgb(163,13,226); }
td.TdClassName
{
border-color: #A30DE2;
}
.TagClassName
{
border-color: #A30DE2;
}
</style>