Shades of Dark Violet #A30BD9
Tints of Dark Violet #A30BD9
RGB
CMYK
RGB Variations
Color information
#A30BD9 (or 0xA30BD9) is known color: Dark Violet. HEX triplet: A3, 0B and D9. RGB value is (163,11,217). Sum of RGB (Red+Green+Blue) = 163+11+217=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 217 (85.16% from 255 or 55.50% from 391); Max value from RGB is 217 - color contains mainly: blue. Hex color #A30BD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BD9 is #5CF426. Grayscale: #4F4F4F. Windows color (decimal): -6091815 or 14224291. OLE color: 14224291.
HSL color Cylindrical-coordinate representation of color #A30BD9: hue angle of 284.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30BD9 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 11 | 217 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.15 |
| HSL | 284.27º | 0.9% | 0.45% | - |
| HSV(B) | 284.27º | 0.95% | 0.85% | - |
| XYZ | 27.75 | 13.04 | 66.7 | - |
| YUV | 79.93 | 205.36 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 217 | 0.25 | 0.95 | 0 | 0.15 | 284.27 | 0.9 | 0.45 |
| Hex | A3 | B | D9 | 19 | 5F | 0 | F | 11C | 5A | 2D |
| Octal | 243 | 13 | 331 | 31 | 137 | 0 | 17 | 434 | 132 | 55 |
| Binary | 10100011 | 1011 | 11011001 | 11001 | 1011111 | 0 | 1111 | 100011100 | 1011010 | 101101 |
Color Harmonies of #A30BD9
Complementary color
Monochromatic Colors of #A30BD9
Black with #A30BD9
Text Example
Text Example
White with #A30BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BD9; }
p { color: rgb(163,11,217); }
H1.HeaderClassName
{
color: #A30BD9;
}
.AnyTagClassName
{
color: #A30BD9;
}
</style>
background-color css
<style>
a { background-color: #A30BD9; }
a { background-color: rgb(163,11,217); }
div.DivClassName
{
background-color: #A30BD9;
}
.BgClassName
{
background-color: #A30BD9;
}
</style>
border-color css
<style>
span { border-color: #A30BD9; }
span { border-color: rgb(163,11,217); }
td.TdClassName
{
border-color: #A30BD9;
}
.TagClassName
{
border-color: #A30BD9;
}
</style>