Shades of Dark Violet #A30FDB
Tints of Dark Violet #A30FDB
RGB
CMYK
RGB Variations
Color information
#A30FDB (or 0xA30FDB) is known color: Dark Violet. HEX triplet: A3, 0F and DB. RGB value is (163,15,219). Sum of RGB (Red+Green+Blue) = 163+15+219=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #A30FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FDB is #5CF024. Grayscale: #515151. Windows color (decimal): -6090789 or 14356387. OLE color: 14356387.
HSL color Cylindrical-coordinate representation of color #A30FDB: hue angle of 283.53º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30FDB is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 15 | 219 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.14 |
| HSL | 283.53º | 0.87% | 0.46% | - |
| HSV(B) | 283.53º | 0.93% | 0.86% | - |
| XYZ | 28.06 | 13.24 | 68.09 | - |
| YUV | 82.51 | 205.03 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 219 | 0.26 | 0.93 | 0 | 0.14 | 283.53 | 0.87 | 0.46 |
| Hex | A3 | F | DB | 1A | 5D | 0 | E | 11C | 57 | 2E |
| Octal | 243 | 17 | 333 | 32 | 135 | 0 | 16 | 434 | 127 | 56 |
| Binary | 10100011 | 1111 | 11011011 | 11010 | 1011101 | 0 | 1110 | 100011100 | 1010111 | 101110 |
Color Harmonies of #A30FDB
Complementary color
Monochromatic Colors of #A30FDB
Black with #A30FDB
Text Example
Text Example
White with #A30FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FDB; }
p { color: rgb(163,15,219); }
H1.HeaderClassName
{
color: #A30FDB;
}
.AnyTagClassName
{
color: #A30FDB;
}
</style>
background-color css
<style>
a { background-color: #A30FDB; }
a { background-color: rgb(163,15,219); }
div.DivClassName
{
background-color: #A30FDB;
}
.BgClassName
{
background-color: #A30FDB;
}
</style>
border-color css
<style>
span { border-color: #A30FDB; }
span { border-color: rgb(163,15,219); }
td.TdClassName
{
border-color: #A30FDB;
}
.TagClassName
{
border-color: #A30FDB;
}
</style>