Shades of Dark Violet #A400EB
Tints of Dark Violet #A400EB
RGB
CMYK
RGB Variations
Color information
#A400EB (or 0xA400EB) is known color: Dark Violet. HEX triplet: A4, 00 and EB. RGB value is (164,0,235). Sum of RGB (Red+Green+Blue) = 164+0+235=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #A400EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A400EB is #5BFF14. Grayscale: #4B4B4B. Windows color (decimal): -6029077 or 15401124. OLE color: 15401124.
HSL color Cylindrical-coordinate representation of color #A400EB: hue angle of 281.87º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400EB is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 0 | 235 | - |
| CMYK | 0.30 | 1 | 0 | 0.08 |
| HSL | 281.87º | 1% | 0.46% | - |
| HSV(B) | 281.87º | 1% | 0.92% | - |
| XYZ | 30.31 | 13.89 | 79.68 | - |
| YUV | 75.83 | 217.83 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 235 | 0.30 | 1 | 0 | 0.08 | 281.87 | 1 | 0.46 |
| Hex | A4 | 0 | EB | 1E | 64 | 0 | 8 | 11A | 64 | 2E |
| Octal | 244 | 0 | 353 | 36 | 144 | 0 | 10 | 432 | 144 | 56 |
| Binary | 10100100 | 0 | 11101011 | 11110 | 1100100 | 0 | 1000 | 100011010 | 1100100 | 101110 |
Color Harmonies of #A400EB
Complementary color
Monochromatic Colors of #A400EB
Black with #A400EB
Text Example
Text Example
White with #A400EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400EB; }
p { color: rgb(164,0,235); }
H1.HeaderClassName
{
color: #A400EB;
}
.AnyTagClassName
{
color: #A400EB;
}
</style>
background-color css
<style>
a { background-color: #A400EB; }
a { background-color: rgb(164,0,235); }
div.DivClassName
{
background-color: #A400EB;
}
.BgClassName
{
background-color: #A400EB;
}
</style>
border-color css
<style>
span { border-color: #A400EB; }
span { border-color: rgb(164,0,235); }
td.TdClassName
{
border-color: #A400EB;
}
.TagClassName
{
border-color: #A400EB;
}
</style>