Shades of Dark Violet #A401D9
Tints of Dark Violet #A401D9
RGB
CMYK
RGB Variations
Color information
#A401D9 (or 0xA401D9) is known color: Dark Violet. HEX triplet: A4, 01 and D9. RGB value is (164,1,217). Sum of RGB (Red+Green+Blue) = 164+1+217=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 217 (85.16% from 255 or 56.81% from 382); Max value from RGB is 217 - color contains mainly: blue. Hex color #A401D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401D9 is #5BFE26. Grayscale: #494949. Windows color (decimal): -6028839 or 14221732. OLE color: 14221732.
HSL color Cylindrical-coordinate representation of color #A401D9: hue angle of 285.28º 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 #A401D9 is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 1 | 217 | - |
| CMYK | 0.24 | 1.00 | 0 | 0.15 |
| HSL | 285.28º | 0.99% | 0.43% | - |
| HSV(B) | 285.28º | 1% | 0.85% | - |
| XYZ | 27.85 | 12.92 | 66.67 | - |
| YUV | 74.36 | 208.5 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 217 | 0.24 | 1.00 | 0 | 0.15 | 285.28 | 0.99 | 0.43 |
| Hex | A4 | 1 | D9 | 18 | 64 | 0 | F | 11D | 63 | 2B |
| Octal | 244 | 1 | 331 | 30 | 144 | 0 | 17 | 435 | 143 | 53 |
| Binary | 10100100 | 1 | 11011001 | 11000 | 1100100 | 0 | 1111 | 100011101 | 1100011 | 101011 |
Color Harmonies of #A401D9
Complementary color
Monochromatic Colors of #A401D9
Black with #A401D9
Text Example
Text Example
White with #A401D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401D9; }
p { color: rgb(164,1,217); }
H1.HeaderClassName
{
color: #A401D9;
}
.AnyTagClassName
{
color: #A401D9;
}
</style>
background-color css
<style>
a { background-color: #A401D9; }
a { background-color: rgb(164,1,217); }
div.DivClassName
{
background-color: #A401D9;
}
.BgClassName
{
background-color: #A401D9;
}
</style>
border-color css
<style>
span { border-color: #A401D9; }
span { border-color: rgb(164,1,217); }
td.TdClassName
{
border-color: #A401D9;
}
.TagClassName
{
border-color: #A401D9;
}
</style>