Shades of Dark Violet #A001DB
Tints of Dark Violet #A001DB
RGB
CMYK
RGB Variations
Color information
#A001DB (or 0xA001DB) is known color: Dark Violet. HEX triplet: A0, 01 and DB. RGB value is (160,1,219). Sum of RGB (Red+Green+Blue) = 160+1+219=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #A001DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A001DB is #5FFE24. Grayscale: #484848. Windows color (decimal): -6290981 or 14352800. OLE color: 14352800.
HSL color Cylindrical-coordinate representation of color #A001DB: hue angle of 283.76º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A001DB is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 1 | 219 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.14 |
| HSL | 283.76º | 0.99% | 0.43% | - |
| HSV(B) | 283.76º | 1% | 0.86% | - |
| XYZ | 27.29 | 12.61 | 68.01 | - |
| YUV | 73.39 | 210.18 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 219 | 0.27 | 1.00 | 0 | 0.14 | 283.76 | 0.99 | 0.43 |
| Hex | A0 | 1 | DB | 1B | 64 | 0 | E | 11C | 63 | 2B |
| Octal | 240 | 1 | 333 | 33 | 144 | 0 | 16 | 434 | 143 | 53 |
| Binary | 10100000 | 1 | 11011011 | 11011 | 1100100 | 0 | 1110 | 100011100 | 1100011 | 101011 |
Color Harmonies of #A001DB
Complementary color
Monochromatic Colors of #A001DB
Black with #A001DB
Text Example
Text Example
White with #A001DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A001DB; }
p { color: rgb(160,1,219); }
H1.HeaderClassName
{
color: #A001DB;
}
.AnyTagClassName
{
color: #A001DB;
}
</style>
background-color css
<style>
a { background-color: #A001DB; }
a { background-color: rgb(160,1,219); }
div.DivClassName
{
background-color: #A001DB;
}
.BgClassName
{
background-color: #A001DB;
}
</style>
border-color css
<style>
span { border-color: #A001DB; }
span { border-color: rgb(160,1,219); }
td.TdClassName
{
border-color: #A001DB;
}
.TagClassName
{
border-color: #A001DB;
}
</style>