Shades of Dark Violet #A400E6
Tints of Dark Violet #A400E6
RGB
CMYK
RGB Variations
Color information
#A400E6 (or 0xA400E6) is known color: Dark Violet. HEX triplet: A4, 00 and E6. RGB value is (164,0,230). Sum of RGB (Red+Green+Blue) = 164+0+230=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 230 (90.23% from 255 or 58.38% from 394); Max value from RGB is 230 - color contains mainly: blue. Hex color #A400E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A400E6 is #5BFF19. Grayscale: #4A4A4A. Windows color (decimal): -6029082 or 15073444. OLE color: 15073444.
HSL color Cylindrical-coordinate representation of color #A400E6: hue angle of 282.78º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400E6 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 0 | 230 | - |
| CMYK | 0.29 | 1 | 0 | 0.10 |
| HSL | 282.78º | 1% | 0.45% | - |
| HSV(B) | 282.78º | 1% | 0.9% | - |
| XYZ | 29.59 | 13.61 | 75.93 | - |
| YUV | 75.26 | 215.33 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 230 | 0.29 | 1 | 0 | 0.10 | 282.78 | 1 | 0.45 |
| Hex | A4 | 0 | E6 | 1D | 64 | 0 | A | 11B | 64 | 2D |
| Octal | 244 | 0 | 346 | 35 | 144 | 0 | 12 | 433 | 144 | 55 |
| Binary | 10100100 | 0 | 11100110 | 11101 | 1100100 | 0 | 1010 | 100011011 | 1100100 | 101101 |
Color Harmonies of #A400E6
Complementary color
Monochromatic Colors of #A400E6
Black with #A400E6
Text Example
Text Example
White with #A400E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400E6; }
p { color: rgb(164,0,230); }
H1.HeaderClassName
{
color: #A400E6;
}
.AnyTagClassName
{
color: #A400E6;
}
</style>
background-color css
<style>
a { background-color: #A400E6; }
a { background-color: rgb(164,0,230); }
div.DivClassName
{
background-color: #A400E6;
}
.BgClassName
{
background-color: #A400E6;
}
</style>
border-color css
<style>
span { border-color: #A400E6; }
span { border-color: rgb(164,0,230); }
td.TdClassName
{
border-color: #A400E6;
}
.TagClassName
{
border-color: #A400E6;
}
</style>