Shades of Dark Violet #A30DDB
Tints of Dark Violet #A30DDB
RGB
CMYK
RGB Variations
Color information
#A30DDB (or 0xA30DDB) is known color: Dark Violet. HEX triplet: A3, 0D and DB. RGB value is (163,13,219). Sum of RGB (Red+Green+Blue) = 163+13+219=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #A30DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DDB is #5CF224. Grayscale: #505050. Windows color (decimal): -6091301 or 14355875. OLE color: 14355875.
HSL color Cylindrical-coordinate representation of color #A30DDB: hue angle of 283.69º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30DDB is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 13 | 219 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.14 |
| HSL | 283.69º | 0.89% | 0.45% | - |
| HSV(B) | 283.69º | 0.94% | 0.86% | - |
| XYZ | 28.03 | 13.19 | 68.09 | - |
| YUV | 81.33 | 205.7 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 219 | 0.26 | 0.94 | 0 | 0.14 | 283.69 | 0.89 | 0.45 |
| Hex | A3 | D | DB | 1A | 5E | 0 | E | 11C | 59 | 2D |
| Octal | 243 | 15 | 333 | 32 | 136 | 0 | 16 | 434 | 131 | 55 |
| Binary | 10100011 | 1101 | 11011011 | 11010 | 1011110 | 0 | 1110 | 100011100 | 1011001 | 101101 |
Color Harmonies of #A30DDB
Complementary color
Monochromatic Colors of #A30DDB
Black with #A30DDB
Text Example
Text Example
White with #A30DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DDB; }
p { color: rgb(163,13,219); }
H1.HeaderClassName
{
color: #A30DDB;
}
.AnyTagClassName
{
color: #A30DDB;
}
</style>
background-color css
<style>
a { background-color: #A30DDB; }
a { background-color: rgb(163,13,219); }
div.DivClassName
{
background-color: #A30DDB;
}
.BgClassName
{
background-color: #A30DDB;
}
</style>
border-color css
<style>
span { border-color: #A30DDB; }
span { border-color: rgb(163,13,219); }
td.TdClassName
{
border-color: #A30DDB;
}
.TagClassName
{
border-color: #A30DDB;
}
</style>