Shades of Dark Violet #A401DD
Tints of Dark Violet #A401DD
RGB
CMYK
RGB Variations
Color information
#A401DD (or 0xA401DD) is known color: Dark Violet. HEX triplet: A4, 01 and DD. RGB value is (164,1,221). Sum of RGB (Red+Green+Blue) = 164+1+221=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #A401DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401DD is #5BFE22. Grayscale: #4A4A4A. Windows color (decimal): -6028835 or 14483876. OLE color: 14483876.
HSL color Cylindrical-coordinate representation of color #A401DD: hue angle of 284.45º 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 #A401DD is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 1 | 221 | - |
| CMYK | 0.26 | 1.00 | 0 | 0.13 |
| HSL | 284.45º | 0.99% | 0.44% | - |
| HSV(B) | 284.45º | 1% | 0.87% | - |
| XYZ | 28.37 | 13.13 | 69.45 | - |
| YUV | 74.82 | 210.5 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 221 | 0.26 | 1.00 | 0 | 0.13 | 284.45 | 0.99 | 0.44 |
| Hex | A4 | 1 | DD | 1A | 64 | 0 | D | 11C | 63 | 2C |
| Octal | 244 | 1 | 335 | 32 | 144 | 0 | 15 | 434 | 143 | 54 |
| Binary | 10100100 | 1 | 11011101 | 11010 | 1100100 | 0 | 1101 | 100011100 | 1100011 | 101100 |
Color Harmonies of #A401DD
Complementary color
Monochromatic Colors of #A401DD
Black with #A401DD
Text Example
Text Example
White with #A401DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401DD; }
p { color: rgb(164,1,221); }
H1.HeaderClassName
{
color: #A401DD;
}
.AnyTagClassName
{
color: #A401DD;
}
</style>
background-color css
<style>
a { background-color: #A401DD; }
a { background-color: rgb(164,1,221); }
div.DivClassName
{
background-color: #A401DD;
}
.BgClassName
{
background-color: #A401DD;
}
</style>
border-color css
<style>
span { border-color: #A401DD; }
span { border-color: rgb(164,1,221); }
td.TdClassName
{
border-color: #A401DD;
}
.TagClassName
{
border-color: #A401DD;
}
</style>