Shades of Dark Violet #A40FDB
Tints of Dark Violet #A40FDB
RGB
CMYK
RGB Variations
Color information
#A40FDB (or 0xA40FDB) is known color: Dark Violet. HEX triplet: A4, 0F and DB. RGB value is (164,15,219). Sum of RGB (Red+Green+Blue) = 164+15+219=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #A40FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FDB is #5BF024. Grayscale: #525252. Windows color (decimal): -6025253 or 14356388. OLE color: 14356388.
HSL color Cylindrical-coordinate representation of color #A40FDB: hue angle of 283.82º 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 #A40FDB is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 15 | 219 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.14 |
| HSL | 283.82º | 0.87% | 0.46% | - |
| HSV(B) | 283.82º | 0.93% | 0.86% | - |
| XYZ | 28.27 | 13.35 | 68.1 | - |
| YUV | 82.81 | 204.86 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 219 | 0.25 | 0.93 | 0 | 0.14 | 283.82 | 0.87 | 0.46 |
| Hex | A4 | F | DB | 19 | 5D | 0 | E | 11C | 57 | 2E |
| Octal | 244 | 17 | 333 | 31 | 135 | 0 | 16 | 434 | 127 | 56 |
| Binary | 10100100 | 1111 | 11011011 | 11001 | 1011101 | 0 | 1110 | 100011100 | 1010111 | 101110 |
Color Harmonies of #A40FDB
Complementary color
Monochromatic Colors of #A40FDB
Black with #A40FDB
Text Example
Text Example
White with #A40FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40FDB; }
p { color: rgb(164,15,219); }
H1.HeaderClassName
{
color: #A40FDB;
}
.AnyTagClassName
{
color: #A40FDB;
}
</style>
background-color css
<style>
a { background-color: #A40FDB; }
a { background-color: rgb(164,15,219); }
div.DivClassName
{
background-color: #A40FDB;
}
.BgClassName
{
background-color: #A40FDB;
}
</style>
border-color css
<style>
span { border-color: #A40FDB; }
span { border-color: rgb(164,15,219); }
td.TdClassName
{
border-color: #A40FDB;
}
.TagClassName
{
border-color: #A40FDB;
}
</style>