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