Shades of Dark Violet #A30EBD
Tints of Dark Violet #A30EBD
RGB
CMYK
RGB Variations
Color information
#A30EBD (or 0xA30EBD) is known color: Dark Violet. HEX triplet: A3, 0E and BD. RGB value is (163,14,189). Sum of RGB (Red+Green+Blue) = 163+14+189=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #A30EBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30EBD is #5CF142. Grayscale: #4D4D4D. Windows color (decimal): -6091075 or 12390051. OLE color: 12390051.
HSL color Cylindrical-coordinate representation of color #A30EBD: hue angle of 291.09º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30EBD is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 14 | 189 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.26 |
| HSL | 291.09º | 0.86% | 0.4% | - |
| HSV(B) | 291.09º | 0.93% | 0.74% | - |
| XYZ | 24.45 | 11.77 | 49.13 | - |
| YUV | 78.5 | 190.36 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 189 | 0.14 | 0.93 | 0 | 0.26 | 291.09 | 0.86 | 0.4 |
| Hex | A3 | E | BD | E | 5D | 0 | 1A | 123 | 56 | 28 |
| Octal | 243 | 16 | 275 | 16 | 135 | 0 | 32 | 443 | 126 | 50 |
| Binary | 10100011 | 1110 | 10111101 | 1110 | 1011101 | 0 | 11010 | 100100011 | 1010110 | 101000 |
Color Harmonies of #A30EBD
Complementary color
Monochromatic Colors of #A30EBD
Black with #A30EBD
Text Example
Text Example
White with #A30EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30EBD; }
p { color: rgb(163,14,189); }
H1.HeaderClassName
{
color: #A30EBD;
}
.AnyTagClassName
{
color: #A30EBD;
}
</style>
background-color css
<style>
a { background-color: #A30EBD; }
a { background-color: rgb(163,14,189); }
div.DivClassName
{
background-color: #A30EBD;
}
.BgClassName
{
background-color: #A30EBD;
}
</style>
border-color css
<style>
span { border-color: #A30EBD; }
span { border-color: rgb(163,14,189); }
td.TdClassName
{
border-color: #A30EBD;
}
.TagClassName
{
border-color: #A30EBD;
}
</style>