Shades of Dark Violet #A30DD9
Tints of Dark Violet #A30DD9
RGB
CMYK
RGB Variations
Color information
#A30DD9 (or 0xA30DD9) is known color: Dark Violet. HEX triplet: A3, 0D and D9. RGB value is (163,13,217). Sum of RGB (Red+Green+Blue) = 163+13+217=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 217 (85.16% from 255 or 55.22% from 393); Max value from RGB is 217 - color contains mainly: blue. Hex color #A30DD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DD9 is #5CF226. Grayscale: #505050. Windows color (decimal): -6091303 or 14224803. OLE color: 14224803.
HSL color Cylindrical-coordinate representation of color #A30DD9: hue angle of 284.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30DD9 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 13 | 217 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.15 |
| HSL | 284.12º | 0.89% | 0.45% | - |
| HSV(B) | 284.12º | 0.94% | 0.85% | - |
| XYZ | 27.77 | 13.08 | 66.71 | - |
| YUV | 81.11 | 204.7 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 217 | 0.25 | 0.94 | 0 | 0.15 | 284.12 | 0.89 | 0.45 |
| Hex | A3 | D | D9 | 19 | 5E | 0 | F | 11C | 59 | 2D |
| Octal | 243 | 15 | 331 | 31 | 136 | 0 | 17 | 434 | 131 | 55 |
| Binary | 10100011 | 1101 | 11011001 | 11001 | 1011110 | 0 | 1111 | 100011100 | 1011001 | 101101 |
Color Harmonies of #A30DD9
Complementary color
Monochromatic Colors of #A30DD9
Black with #A30DD9
Text Example
Text Example
White with #A30DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DD9; }
p { color: rgb(163,13,217); }
H1.HeaderClassName
{
color: #A30DD9;
}
.AnyTagClassName
{
color: #A30DD9;
}
</style>
background-color css
<style>
a { background-color: #A30DD9; }
a { background-color: rgb(163,13,217); }
div.DivClassName
{
background-color: #A30DD9;
}
.BgClassName
{
background-color: #A30DD9;
}
</style>
border-color css
<style>
span { border-color: #A30DD9; }
span { border-color: rgb(163,13,217); }
td.TdClassName
{
border-color: #A30DD9;
}
.TagClassName
{
border-color: #A30DD9;
}
</style>