Shades of Dark Violet #A408EC
Tints of Dark Violet #A408EC
RGB
CMYK
RGB Variations
Color information
#A408EC (or 0xA408EC) is known color: Dark Violet. HEX triplet: A4, 08 and EC. RGB value is (164,8,236). Sum of RGB (Red+Green+Blue) = 164+8+236=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #A408EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A408EC is #5BF713. Grayscale: #4F4F4F. Windows color (decimal): -6027028 or 15468708. OLE color: 15468708.
HSL color Cylindrical-coordinate representation of color #A408EC: hue angle of 281.05º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A408EC is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 8 | 236 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.07 |
| HSL | 281.05º | 0.93% | 0.48% | - |
| HSV(B) | 281.05º | 0.97% | 0.93% | - |
| XYZ | 30.54 | 14.12 | 80.47 | - |
| YUV | 80.64 | 215.68 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 236 | 0.31 | 0.97 | 0 | 0.07 | 281.05 | 0.93 | 0.48 |
| Hex | A4 | 8 | EC | 1F | 61 | 0 | 7 | 119 | 5D | 30 |
| Octal | 244 | 10 | 354 | 37 | 141 | 0 | 7 | 431 | 135 | 60 |
| Binary | 10100100 | 1000 | 11101100 | 11111 | 1100001 | 0 | 111 | 100011001 | 1011101 | 110000 |
Color Harmonies of #A408EC
Complementary color
Monochromatic Colors of #A408EC
Black with #A408EC
Text Example
Text Example
White with #A408EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A408EC; }
p { color: rgb(164,8,236); }
H1.HeaderClassName
{
color: #A408EC;
}
.AnyTagClassName
{
color: #A408EC;
}
</style>
background-color css
<style>
a { background-color: #A408EC; }
a { background-color: rgb(164,8,236); }
div.DivClassName
{
background-color: #A408EC;
}
.BgClassName
{
background-color: #A408EC;
}
</style>
border-color css
<style>
span { border-color: #A408EC; }
span { border-color: rgb(164,8,236); }
td.TdClassName
{
border-color: #A408EC;
}
.TagClassName
{
border-color: #A408EC;
}
</style>