Shades of Dark Violet #A30EEB
Tints of Dark Violet #A30EEB
RGB
CMYK
RGB Variations
Color information
#A30EEB (or 0xA30EEB) is known color: Dark Violet. HEX triplet: A3, 0E and EB. RGB value is (163,14,235). Sum of RGB (Red+Green+Blue) = 163+14+235=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #A30EEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30EEB is #5CF114. Grayscale: #535353. Windows color (decimal): -6091029 or 15404707. OLE color: 15404707.
HSL color Cylindrical-coordinate representation of color #A30EEB: hue angle of 280.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30EEB is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 14 | 235 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.08 |
| HSL | 280.45º | 0.89% | 0.49% | - |
| HSV(B) | 280.45º | 0.94% | 0.92% | - |
| XYZ | 30.26 | 14.1 | 79.72 | - |
| YUV | 83.75 | 213.36 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 235 | 0.31 | 0.94 | 0 | 0.08 | 280.45 | 0.89 | 0.49 |
| Hex | A3 | E | EB | 1F | 5E | 0 | 8 | 118 | 59 | 31 |
| Octal | 243 | 16 | 353 | 37 | 136 | 0 | 10 | 430 | 131 | 61 |
| Binary | 10100011 | 1110 | 11101011 | 11111 | 1011110 | 0 | 1000 | 100011000 | 1011001 | 110001 |
Color Harmonies of #A30EEB
Complementary color
Monochromatic Colors of #A30EEB
Black with #A30EEB
Text Example
Text Example
White with #A30EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30EEB; }
p { color: rgb(163,14,235); }
H1.HeaderClassName
{
color: #A30EEB;
}
.AnyTagClassName
{
color: #A30EEB;
}
</style>
background-color css
<style>
a { background-color: #A30EEB; }
a { background-color: rgb(163,14,235); }
div.DivClassName
{
background-color: #A30EEB;
}
.BgClassName
{
background-color: #A30EEB;
}
</style>
border-color css
<style>
span { border-color: #A30EEB; }
span { border-color: rgb(163,14,235); }
td.TdClassName
{
border-color: #A30EEB;
}
.TagClassName
{
border-color: #A30EEB;
}
</style>