Shades of Dark Violet #A30EB8
Tints of Dark Violet #A30EB8
RGB
CMYK
RGB Variations
Color information
#A30EB8 (or 0xA30EB8) is known color: Dark Violet. HEX triplet: A3, 0E and B8. RGB value is (163,14,184). Sum of RGB (Red+Green+Blue) = 163+14+184=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 184 (72.27% from 255 or 50.97% from 361); Max value from RGB is 184 - color contains mainly: blue. Hex color #A30EB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30EB8 is #5CF147. Grayscale: #4D4D4D. Windows color (decimal): -6091080 or 12062371. OLE color: 12062371.
HSL color Cylindrical-coordinate representation of color #A30EB8: hue angle of 292.59º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30EB8 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 14 | 184 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.28 |
| HSL | 292.59º | 0.86% | 0.39% | - |
| HSV(B) | 292.59º | 0.92% | 0.72% | - |
| XYZ | 23.91 | 11.56 | 46.32 | - |
| YUV | 77.93 | 187.86 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 184 | 0.11 | 0.92 | 0 | 0.28 | 292.59 | 0.86 | 0.39 |
| Hex | A3 | E | B8 | B | 5C | 0 | 1C | 125 | 56 | 27 |
| Octal | 243 | 16 | 270 | 13 | 134 | 0 | 34 | 445 | 126 | 47 |
| Binary | 10100011 | 1110 | 10111000 | 1011 | 1011100 | 0 | 11100 | 100100101 | 1010110 | 100111 |
Color Harmonies of #A30EB8
Complementary color
Monochromatic Colors of #A30EB8
Black with #A30EB8
Text Example
Text Example
White with #A30EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30EB8; }
p { color: rgb(163,14,184); }
H1.HeaderClassName
{
color: #A30EB8;
}
.AnyTagClassName
{
color: #A30EB8;
}
</style>
background-color css
<style>
a { background-color: #A30EB8; }
a { background-color: rgb(163,14,184); }
div.DivClassName
{
background-color: #A30EB8;
}
.BgClassName
{
background-color: #A30EB8;
}
</style>
border-color css
<style>
span { border-color: #A30EB8; }
span { border-color: rgb(163,14,184); }
td.TdClassName
{
border-color: #A30EB8;
}
.TagClassName
{
border-color: #A30EB8;
}
</style>