Shades of Dark Violet #A601DB
Tints of Dark Violet #A601DB
RGB
CMYK
RGB Variations
Color information
#A601DB (or 0xA601DB) is known color: Dark Violet. HEX triplet: A6, 01 and DB. RGB value is (166,1,219). Sum of RGB (Red+Green+Blue) = 166+1+219=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #A601DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601DB is #59FE24. Grayscale: #4A4A4A. Windows color (decimal): -5897765 or 14352806. OLE color: 14352806.
HSL color Cylindrical-coordinate representation of color #A601DB: hue angle of 285.41º 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 #A601DB is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 1 | 219 | - |
| CMYK | 0.24 | 1.00 | 0 | 0.14 |
| HSL | 285.41º | 0.99% | 0.43% | - |
| HSV(B) | 285.41º | 1% | 0.86% | - |
| XYZ | 28.52 | 13.24 | 68.07 | - |
| YUV | 75.19 | 209.16 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 219 | 0.24 | 1.00 | 0 | 0.14 | 285.41 | 0.99 | 0.43 |
| Hex | A6 | 1 | DB | 18 | 64 | 0 | E | 11D | 63 | 2B |
| Octal | 246 | 1 | 333 | 30 | 144 | 0 | 16 | 435 | 143 | 53 |
| Binary | 10100110 | 1 | 11011011 | 11000 | 1100100 | 0 | 1110 | 100011101 | 1100011 | 101011 |
Color Harmonies of #A601DB
Complementary color
Monochromatic Colors of #A601DB
Black with #A601DB
Text Example
Text Example
White with #A601DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A601DB; }
p { color: rgb(166,1,219); }
H1.HeaderClassName
{
color: #A601DB;
}
.AnyTagClassName
{
color: #A601DB;
}
</style>
background-color css
<style>
a { background-color: #A601DB; }
a { background-color: rgb(166,1,219); }
div.DivClassName
{
background-color: #A601DB;
}
.BgClassName
{
background-color: #A601DB;
}
</style>
border-color css
<style>
span { border-color: #A601DB; }
span { border-color: rgb(166,1,219); }
td.TdClassName
{
border-color: #A601DB;
}
.TagClassName
{
border-color: #A601DB;
}
</style>