Shades of Dark Violet #A601DA
Tints of Dark Violet #A601DA
RGB
CMYK
RGB Variations
Color information
#A601DA (or 0xA601DA) is known color: Dark Violet. HEX triplet: A6, 01 and DA. RGB value is (166,1,218). Sum of RGB (Red+Green+Blue) = 166+1+218=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #A601DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601DA is #59FE25. Grayscale: #4A4A4A. Windows color (decimal): -5897766 or 14287270. OLE color: 14287270.
HSL color Cylindrical-coordinate representation of color #A601DA: hue angle of 285.62º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A601DA is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 1 | 218 | - |
| CMYK | 0.24 | 1.00 | 0 | 0.15 |
| HSL | 285.62º | 0.99% | 0.43% | - |
| HSV(B) | 285.62º | 1% | 0.85% | - |
| XYZ | 28.39 | 13.19 | 67.38 | - |
| YUV | 75.07 | 208.66 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 218 | 0.24 | 1.00 | 0 | 0.15 | 285.62 | 0.99 | 0.43 |
| Hex | A6 | 1 | DA | 18 | 64 | 0 | F | 11E | 63 | 2B |
| Octal | 246 | 1 | 332 | 30 | 144 | 0 | 17 | 436 | 143 | 53 |
| Binary | 10100110 | 1 | 11011010 | 11000 | 1100100 | 0 | 1111 | 100011110 | 1100011 | 101011 |
Color Harmonies of #A601DA
Complementary color
Monochromatic Colors of #A601DA
Black with #A601DA
Text Example
Text Example
White with #A601DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A601DA; }
p { color: rgb(166,1,218); }
H1.HeaderClassName
{
color: #A601DA;
}
.AnyTagClassName
{
color: #A601DA;
}
</style>
background-color css
<style>
a { background-color: #A601DA; }
a { background-color: rgb(166,1,218); }
div.DivClassName
{
background-color: #A601DA;
}
.BgClassName
{
background-color: #A601DA;
}
</style>
border-color css
<style>
span { border-color: #A601DA; }
span { border-color: rgb(166,1,218); }
td.TdClassName
{
border-color: #A601DA;
}
.TagClassName
{
border-color: #A601DA;
}
</style>