Shades of Dark Violet #A30EBC
Tints of Dark Violet #A30EBC
RGB
CMYK
RGB Variations
Color information
#A30EBC (or 0xA30EBC) is known color: Dark Violet. HEX triplet: A3, 0E and BC. RGB value is (163,14,188). Sum of RGB (Red+Green+Blue) = 163+14+188=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #A30EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30EBC is #5CF143. Grayscale: #4D4D4D. Windows color (decimal): -6091076 or 12324515. OLE color: 12324515.
HSL color Cylindrical-coordinate representation of color #A30EBC: hue angle of 291.38º 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 #A30EBC is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 14 | 188 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.26 |
| HSL | 291.38º | 0.86% | 0.4% | - |
| HSV(B) | 291.38º | 0.93% | 0.74% | - |
| XYZ | 24.34 | 11.73 | 48.56 | - |
| YUV | 78.39 | 189.86 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 188 | 0.13 | 0.93 | 0 | 0.26 | 291.38 | 0.86 | 0.4 |
| Hex | A3 | E | BC | D | 5D | 0 | 1A | 123 | 56 | 28 |
| Octal | 243 | 16 | 274 | 15 | 135 | 0 | 32 | 443 | 126 | 50 |
| Binary | 10100011 | 1110 | 10111100 | 1101 | 1011101 | 0 | 11010 | 100100011 | 1010110 | 101000 |
Color Harmonies of #A30EBC
Complementary color
Monochromatic Colors of #A30EBC
Black with #A30EBC
Text Example
Text Example
White with #A30EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30EBC; }
p { color: rgb(163,14,188); }
H1.HeaderClassName
{
color: #A30EBC;
}
.AnyTagClassName
{
color: #A30EBC;
}
</style>
background-color css
<style>
a { background-color: #A30EBC; }
a { background-color: rgb(163,14,188); }
div.DivClassName
{
background-color: #A30EBC;
}
.BgClassName
{
background-color: #A30EBC;
}
</style>
border-color css
<style>
span { border-color: #A30EBC; }
span { border-color: rgb(163,14,188); }
td.TdClassName
{
border-color: #A30EBC;
}
.TagClassName
{
border-color: #A30EBC;
}
</style>