Shades of Dark Violet #A401DE
Tints of Dark Violet #A401DE
RGB
CMYK
RGB Variations
Color information
#A401DE (or 0xA401DE) is known color: Dark Violet. HEX triplet: A4, 01 and DE. RGB value is (164,1,222). Sum of RGB (Red+Green+Blue) = 164+1+222=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #A401DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401DE is #5BFE21. Grayscale: #4A4A4A. Windows color (decimal): -6028834 or 14549412. OLE color: 14549412.
HSL color Cylindrical-coordinate representation of color #A401DE: hue angle of 284.25º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A401DE is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 1 | 222 | - |
| CMYK | 0.26 | 1.00 | 0 | 0.13 |
| HSL | 284.25º | 0.99% | 0.44% | - |
| HSV(B) | 284.25º | 1% | 0.87% | - |
| XYZ | 28.51 | 13.19 | 70.15 | - |
| YUV | 74.93 | 211 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 222 | 0.26 | 1.00 | 0 | 0.13 | 284.25 | 0.99 | 0.44 |
| Hex | A4 | 1 | DE | 1A | 64 | 0 | D | 11C | 63 | 2C |
| Octal | 244 | 1 | 336 | 32 | 144 | 0 | 15 | 434 | 143 | 54 |
| Binary | 10100100 | 1 | 11011110 | 11010 | 1100100 | 0 | 1101 | 100011100 | 1100011 | 101100 |
Color Harmonies of #A401DE
Complementary color
Monochromatic Colors of #A401DE
Black with #A401DE
Text Example
Text Example
White with #A401DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401DE; }
p { color: rgb(164,1,222); }
H1.HeaderClassName
{
color: #A401DE;
}
.AnyTagClassName
{
color: #A401DE;
}
</style>
background-color css
<style>
a { background-color: #A401DE; }
a { background-color: rgb(164,1,222); }
div.DivClassName
{
background-color: #A401DE;
}
.BgClassName
{
background-color: #A401DE;
}
</style>
border-color css
<style>
span { border-color: #A401DE; }
span { border-color: rgb(164,1,222); }
td.TdClassName
{
border-color: #A401DE;
}
.TagClassName
{
border-color: #A401DE;
}
</style>