Shades of Dark Violet #A400DF
Tints of Dark Violet #A400DF
RGB
CMYK
RGB Variations
Color information
#A400DF (or 0xA400DF) is known color: Dark Violet. HEX triplet: A4, 00 and DF. RGB value is (164,0,223). Sum of RGB (Red+Green+Blue) = 164+0+223=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #A400DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400DF is #5BFF20. Grayscale: #494949. Windows color (decimal): -6029089 or 14614692. OLE color: 14614692.
HSL color Cylindrical-coordinate representation of color #A400DF: hue angle of 284.13º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400DF is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 0 | 223 | - |
| CMYK | 0.26 | 1 | 0 | 0.13 |
| HSL | 284.13º | 1% | 0.44% | - |
| HSV(B) | 284.13º | 1% | 0.87% | - |
| XYZ | 28.63 | 13.22 | 70.85 | - |
| YUV | 74.46 | 211.83 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 223 | 0.26 | 1 | 0 | 0.13 | 284.13 | 1 | 0.44 |
| Hex | A4 | 0 | DF | 1A | 64 | 0 | D | 11C | 64 | 2C |
| Octal | 244 | 0 | 337 | 32 | 144 | 0 | 15 | 434 | 144 | 54 |
| Binary | 10100100 | 0 | 11011111 | 11010 | 1100100 | 0 | 1101 | 100011100 | 1100100 | 101100 |
Color Harmonies of #A400DF
Complementary color
Monochromatic Colors of #A400DF
Black with #A400DF
Text Example
Text Example
White with #A400DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400DF; }
p { color: rgb(164,0,223); }
H1.HeaderClassName
{
color: #A400DF;
}
.AnyTagClassName
{
color: #A400DF;
}
</style>
background-color css
<style>
a { background-color: #A400DF; }
a { background-color: rgb(164,0,223); }
div.DivClassName
{
background-color: #A400DF;
}
.BgClassName
{
background-color: #A400DF;
}
</style>
border-color css
<style>
span { border-color: #A400DF; }
span { border-color: rgb(164,0,223); }
td.TdClassName
{
border-color: #A400DF;
}
.TagClassName
{
border-color: #A400DF;
}
</style>