Shades of Dark Violet #A40ADB
Tints of Dark Violet #A40ADB
RGB
CMYK
RGB Variations
Color information
#A40ADB (or 0xA40ADB) is known color: Dark Violet. HEX triplet: A4, 0A and DB. RGB value is (164,10,219). Sum of RGB (Red+Green+Blue) = 164+10+219=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #A40ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40ADB is #5BF524. Grayscale: #4F4F4F. Windows color (decimal): -6026533 or 14355108. OLE color: 14355108.
HSL color Cylindrical-coordinate representation of color #A40ADB: hue angle of 284.21º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40ADB is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 10 | 219 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.14 |
| HSL | 284.21º | 0.91% | 0.45% | - |
| HSV(B) | 284.21º | 0.95% | 0.86% | - |
| XYZ | 28.2 | 13.22 | 68.08 | - |
| YUV | 79.87 | 206.52 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 219 | 0.25 | 0.95 | 0 | 0.14 | 284.21 | 0.91 | 0.45 |
| Hex | A4 | A | DB | 19 | 5F | 0 | E | 11C | 5B | 2D |
| Octal | 244 | 12 | 333 | 31 | 137 | 0 | 16 | 434 | 133 | 55 |
| Binary | 10100100 | 1010 | 11011011 | 11001 | 1011111 | 0 | 1110 | 100011100 | 1011011 | 101101 |
Color Harmonies of #A40ADB
Complementary color
Monochromatic Colors of #A40ADB
Black with #A40ADB
Text Example
Text Example
White with #A40ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40ADB; }
p { color: rgb(164,10,219); }
H1.HeaderClassName
{
color: #A40ADB;
}
.AnyTagClassName
{
color: #A40ADB;
}
</style>
background-color css
<style>
a { background-color: #A40ADB; }
a { background-color: rgb(164,10,219); }
div.DivClassName
{
background-color: #A40ADB;
}
.BgClassName
{
background-color: #A40ADB;
}
</style>
border-color css
<style>
span { border-color: #A40ADB; }
span { border-color: rgb(164,10,219); }
td.TdClassName
{
border-color: #A40ADB;
}
.TagClassName
{
border-color: #A40ADB;
}
</style>