Shades of Dark Violet #A601DC
Tints of Dark Violet #A601DC
RGB
CMYK
RGB Variations
Color information
#A601DC (or 0xA601DC) is known color: Dark Violet. HEX triplet: A6, 01 and DC. RGB value is (166,1,220). Sum of RGB (Red+Green+Blue) = 166+1+220=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #A601DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601DC is #59FE23. Grayscale: #4A4A4A. Windows color (decimal): -5897764 or 14418342. OLE color: 14418342.
HSL color Cylindrical-coordinate representation of color #A601DC: hue angle of 285.21º 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 #A601DC is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 1 | 220 | - |
| CMYK | 0.25 | 1.00 | 0 | 0.14 |
| HSL | 285.21º | 0.99% | 0.43% | - |
| HSV(B) | 285.21º | 1% | 0.86% | - |
| XYZ | 28.66 | 13.3 | 68.77 | - |
| YUV | 75.3 | 209.66 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 220 | 0.25 | 1.00 | 0 | 0.14 | 285.21 | 0.99 | 0.43 |
| Hex | A6 | 1 | DC | 19 | 64 | 0 | E | 11D | 63 | 2B |
| Octal | 246 | 1 | 334 | 31 | 144 | 0 | 16 | 435 | 143 | 53 |
| Binary | 10100110 | 1 | 11011100 | 11001 | 1100100 | 0 | 1110 | 100011101 | 1100011 | 101011 |
Color Harmonies of #A601DC
Complementary color
Monochromatic Colors of #A601DC
Black with #A601DC
Text Example
Text Example
White with #A601DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A601DC; }
p { color: rgb(166,1,220); }
H1.HeaderClassName
{
color: #A601DC;
}
.AnyTagClassName
{
color: #A601DC;
}
</style>
background-color css
<style>
a { background-color: #A601DC; }
a { background-color: rgb(166,1,220); }
div.DivClassName
{
background-color: #A601DC;
}
.BgClassName
{
background-color: #A601DC;
}
</style>
border-color css
<style>
span { border-color: #A601DC; }
span { border-color: rgb(166,1,220); }
td.TdClassName
{
border-color: #A601DC;
}
.TagClassName
{
border-color: #A601DC;
}
</style>