Shades of Dark Violet #A30ABA
Tints of Dark Violet #A30ABA
RGB
CMYK
RGB Variations
Color information
#A30ABA (or 0xA30ABA) is known color: Dark Violet. HEX triplet: A3, 0A and BA. RGB value is (163,10,186). Sum of RGB (Red+Green+Blue) = 163+10+186=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #A30ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ABA is #5CF545. Grayscale: #4B4B4B. Windows color (decimal): -6092102 or 12192419. OLE color: 12192419.
HSL color Cylindrical-coordinate representation of color #A30ABA: hue angle of 292.16º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30ABA is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 10 | 186 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.27 |
| HSL | 292.16º | 0.9% | 0.38% | - |
| HSV(B) | 292.16º | 0.95% | 0.73% | - |
| XYZ | 24.08 | 11.55 | 47.41 | - |
| YUV | 75.81 | 190.19 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 186 | 0.12 | 0.95 | 0 | 0.27 | 292.16 | 0.9 | 0.38 |
| Hex | A3 | A | BA | C | 5F | 0 | 1B | 124 | 5A | 26 |
| Octal | 243 | 12 | 272 | 14 | 137 | 0 | 33 | 444 | 132 | 46 |
| Binary | 10100011 | 1010 | 10111010 | 1100 | 1011111 | 0 | 11011 | 100100100 | 1011010 | 100110 |
Color Harmonies of #A30ABA
Complementary color
Monochromatic Colors of #A30ABA
Black with #A30ABA
Text Example
Text Example
White with #A30ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30ABA; }
p { color: rgb(163,10,186); }
H1.HeaderClassName
{
color: #A30ABA;
}
.AnyTagClassName
{
color: #A30ABA;
}
</style>
background-color css
<style>
a { background-color: #A30ABA; }
a { background-color: rgb(163,10,186); }
div.DivClassName
{
background-color: #A30ABA;
}
.BgClassName
{
background-color: #A30ABA;
}
</style>
border-color css
<style>
span { border-color: #A30ABA; }
span { border-color: rgb(163,10,186); }
td.TdClassName
{
border-color: #A30ABA;
}
.TagClassName
{
border-color: #A30ABA;
}
</style>