Shades of Dark Violet #A400ED
Tints of Dark Violet #A400ED
RGB
CMYK
RGB Variations
Color information
#A400ED (or 0xA400ED) is known color: Dark Violet. HEX triplet: A4, 00 and ED. RGB value is (164,0,237). Sum of RGB (Red+Green+Blue) = 164+0+237=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #A400ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A400ED is #5BFF12. Grayscale: #4B4B4B. Windows color (decimal): -6029075 or 15532196. OLE color: 15532196.
HSL color Cylindrical-coordinate representation of color #A400ED: hue angle of 281.52º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400ED is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 0 | 237 | - |
| CMYK | 0.31 | 1 | 0 | 0.07 |
| HSL | 281.52º | 1% | 0.46% | - |
| HSV(B) | 281.52º | 1% | 0.93% | - |
| XYZ | 30.6 | 14.01 | 81.21 | - |
| YUV | 76.05 | 218.83 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 237 | 0.31 | 1 | 0 | 0.07 | 281.52 | 1 | 0.46 |
| Hex | A4 | 0 | ED | 1F | 64 | 0 | 7 | 11A | 64 | 2E |
| Octal | 244 | 0 | 355 | 37 | 144 | 0 | 7 | 432 | 144 | 56 |
| Binary | 10100100 | 0 | 11101101 | 11111 | 1100100 | 0 | 111 | 100011010 | 1100100 | 101110 |
Color Harmonies of #A400ED
Complementary color
Monochromatic Colors of #A400ED
Black with #A400ED
Text Example
Text Example
White with #A400ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400ED; }
p { color: rgb(164,0,237); }
H1.HeaderClassName
{
color: #A400ED;
}
.AnyTagClassName
{
color: #A400ED;
}
</style>
background-color css
<style>
a { background-color: #A400ED; }
a { background-color: rgb(164,0,237); }
div.DivClassName
{
background-color: #A400ED;
}
.BgClassName
{
background-color: #A400ED;
}
</style>
border-color css
<style>
span { border-color: #A400ED; }
span { border-color: rgb(164,0,237); }
td.TdClassName
{
border-color: #A400ED;
}
.TagClassName
{
border-color: #A400ED;
}
</style>