Shades of Dark Violet #A101DC
Tints of Dark Violet #A101DC
RGB
CMYK
RGB Variations
Color information
#A101DC (or 0xA101DC) is known color: Dark Violet. HEX triplet: A1, 01 and DC. RGB value is (161,1,220). Sum of RGB (Red+Green+Blue) = 161+1+220=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #A101DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A101DC is #5EFE23. Grayscale: #494949. Windows color (decimal): -6225444 or 14418337. OLE color: 14418337.
HSL color Cylindrical-coordinate representation of color #A101DC: hue angle of 283.84º 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 #A101DC is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 1 | 220 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.14 |
| HSL | 283.84º | 0.99% | 0.43% | - |
| HSV(B) | 283.84º | 1% | 0.86% | - |
| XYZ | 27.63 | 12.77 | 68.72 | - |
| YUV | 73.81 | 210.51 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 220 | 0.27 | 1.00 | 0 | 0.14 | 283.84 | 0.99 | 0.43 |
| Hex | A1 | 1 | DC | 1B | 64 | 0 | E | 11C | 63 | 2B |
| Octal | 241 | 1 | 334 | 33 | 144 | 0 | 16 | 434 | 143 | 53 |
| Binary | 10100001 | 1 | 11011100 | 11011 | 1100100 | 0 | 1110 | 100011100 | 1100011 | 101011 |
Color Harmonies of #A101DC
Complementary color
Monochromatic Colors of #A101DC
Black with #A101DC
Text Example
Text Example
White with #A101DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A101DC; }
p { color: rgb(161,1,220); }
H1.HeaderClassName
{
color: #A101DC;
}
.AnyTagClassName
{
color: #A101DC;
}
</style>
background-color css
<style>
a { background-color: #A101DC; }
a { background-color: rgb(161,1,220); }
div.DivClassName
{
background-color: #A101DC;
}
.BgClassName
{
background-color: #A101DC;
}
</style>
border-color css
<style>
span { border-color: #A101DC; }
span { border-color: rgb(161,1,220); }
td.TdClassName
{
border-color: #A101DC;
}
.TagClassName
{
border-color: #A101DC;
}
</style>