Shades of Dark Violet #A30AB9
Tints of Dark Violet #A30AB9
RGB
CMYK
RGB Variations
Color information
#A30AB9 (or 0xA30AB9) is known color: Dark Violet. HEX triplet: A3, 0A and B9. RGB value is (163,10,185). Sum of RGB (Red+Green+Blue) = 163+10+185=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 185 (72.66% from 255 or 51.68% from 358); Max value from RGB is 185 - color contains mainly: blue. Hex color #A30AB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30AB9 is #5CF546. Grayscale: #4B4B4B. Windows color (decimal): -6092103 or 12126883. OLE color: 12126883.
HSL color Cylindrical-coordinate representation of color #A30AB9: hue angle of 292.46º 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 #A30AB9 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 10 | 185 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.27 |
| HSL | 292.46º | 0.9% | 0.38% | - |
| HSV(B) | 292.46º | 0.95% | 0.73% | - |
| XYZ | 23.97 | 11.51 | 46.86 | - |
| YUV | 75.7 | 189.69 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 185 | 0.12 | 0.95 | 0 | 0.27 | 292.46 | 0.9 | 0.38 |
| Hex | A3 | A | B9 | C | 5F | 0 | 1B | 124 | 5A | 26 |
| Octal | 243 | 12 | 271 | 14 | 137 | 0 | 33 | 444 | 132 | 46 |
| Binary | 10100011 | 1010 | 10111001 | 1100 | 1011111 | 0 | 11011 | 100100100 | 1011010 | 100110 |
Color Harmonies of #A30AB9
Complementary color
Monochromatic Colors of #A30AB9
Black with #A30AB9
Text Example
Text Example
White with #A30AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30AB9; }
p { color: rgb(163,10,185); }
H1.HeaderClassName
{
color: #A30AB9;
}
.AnyTagClassName
{
color: #A30AB9;
}
</style>
background-color css
<style>
a { background-color: #A30AB9; }
a { background-color: rgb(163,10,185); }
div.DivClassName
{
background-color: #A30AB9;
}
.BgClassName
{
background-color: #A30AB9;
}
</style>
border-color css
<style>
span { border-color: #A30AB9; }
span { border-color: rgb(163,10,185); }
td.TdClassName
{
border-color: #A30AB9;
}
.TagClassName
{
border-color: #A30AB9;
}
</style>