Shades of Dark Violet #A30DEA
Tints of Dark Violet #A30DEA
RGB
CMYK
RGB Variations
Color information
#A30DEA (or 0xA30DEA) is known color: Dark Violet. HEX triplet: A3, 0D and EA. RGB value is (163,13,234). Sum of RGB (Red+Green+Blue) = 163+13+234=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #A30DEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30DEA is #5CF215. Grayscale: #525252. Windows color (decimal): -6091286 or 15338915. OLE color: 15338915.
HSL color Cylindrical-coordinate representation of color #A30DEA: hue angle of 280.72º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30DEA is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 13 | 234 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.08 |
| HSL | 280.72º | 0.89% | 0.48% | - |
| HSV(B) | 280.72º | 0.94% | 0.92% | - |
| XYZ | 30.1 | 14.01 | 78.96 | - |
| YUV | 83.04 | 213.2 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 234 | 0.30 | 0.94 | 0 | 0.08 | 280.72 | 0.89 | 0.48 |
| Hex | A3 | D | EA | 1E | 5E | 0 | 8 | 119 | 59 | 30 |
| Octal | 243 | 15 | 352 | 36 | 136 | 0 | 10 | 431 | 131 | 60 |
| Binary | 10100011 | 1101 | 11101010 | 11110 | 1011110 | 0 | 1000 | 100011001 | 1011001 | 110000 |
Color Harmonies of #A30DEA
Complementary color
Monochromatic Colors of #A30DEA
Black with #A30DEA
Text Example
Text Example
White with #A30DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DEA; }
p { color: rgb(163,13,234); }
H1.HeaderClassName
{
color: #A30DEA;
}
.AnyTagClassName
{
color: #A30DEA;
}
</style>
background-color css
<style>
a { background-color: #A30DEA; }
a { background-color: rgb(163,13,234); }
div.DivClassName
{
background-color: #A30DEA;
}
.BgClassName
{
background-color: #A30DEA;
}
</style>
border-color css
<style>
span { border-color: #A30DEA; }
span { border-color: rgb(163,13,234); }
td.TdClassName
{
border-color: #A30DEA;
}
.TagClassName
{
border-color: #A30DEA;
}
</style>