Shades of Dark Violet #A401DC
Tints of Dark Violet #A401DC
RGB
CMYK
RGB Variations
Color information
#A401DC (or 0xA401DC) is known color: Dark Violet. HEX triplet: A4, 01 and DC. RGB value is (164,1,220). Sum of RGB (Red+Green+Blue) = 164+1+220=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #A401DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401DC is #5BFE23. Grayscale: #494949. Windows color (decimal): -6028836 or 14418340. OLE color: 14418340.
HSL color Cylindrical-coordinate representation of color #A401DC: hue angle of 284.66º 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 #A401DC is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 1 | 220 | - |
| CMYK | 0.25 | 1.00 | 0 | 0.14 |
| HSL | 284.66º | 0.99% | 0.43% | - |
| HSV(B) | 284.66º | 1% | 0.86% | - |
| XYZ | 28.24 | 13.08 | 68.75 | - |
| YUV | 74.7 | 210 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 220 | 0.25 | 1.00 | 0 | 0.14 | 284.66 | 0.99 | 0.43 |
| Hex | A4 | 1 | DC | 19 | 64 | 0 | E | 11D | 63 | 2B |
| Octal | 244 | 1 | 334 | 31 | 144 | 0 | 16 | 435 | 143 | 53 |
| Binary | 10100100 | 1 | 11011100 | 11001 | 1100100 | 0 | 1110 | 100011101 | 1100011 | 101011 |
Color Harmonies of #A401DC
Complementary color
Monochromatic Colors of #A401DC
Black with #A401DC
Text Example
Text Example
White with #A401DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401DC; }
p { color: rgb(164,1,220); }
H1.HeaderClassName
{
color: #A401DC;
}
.AnyTagClassName
{
color: #A401DC;
}
</style>
background-color css
<style>
a { background-color: #A401DC; }
a { background-color: rgb(164,1,220); }
div.DivClassName
{
background-color: #A401DC;
}
.BgClassName
{
background-color: #A401DC;
}
</style>
border-color css
<style>
span { border-color: #A401DC; }
span { border-color: rgb(164,1,220); }
td.TdClassName
{
border-color: #A401DC;
}
.TagClassName
{
border-color: #A401DC;
}
</style>