Shades of Dark Violet #A409EC
Tints of Dark Violet #A409EC
RGB
CMYK
RGB Variations
Color information
#A409EC (or 0xA409EC) is known color: Dark Violet. HEX triplet: A4, 09 and EC. RGB value is (164,9,236). Sum of RGB (Red+Green+Blue) = 164+9+236=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #A409EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A409EC is #5BF613. Grayscale: #505050. Windows color (decimal): -6026772 or 15468964. OLE color: 15468964.
HSL color Cylindrical-coordinate representation of color #A409EC: hue angle of 280.97º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A409EC is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 9 | 236 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.07 |
| HSL | 280.97º | 0.93% | 0.48% | - |
| HSV(B) | 280.97º | 0.96% | 0.93% | - |
| XYZ | 30.55 | 14.14 | 80.48 | - |
| YUV | 81.22 | 215.35 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 236 | 0.31 | 0.96 | 0 | 0.07 | 280.97 | 0.93 | 0.48 |
| Hex | A4 | 9 | EC | 1F | 60 | 0 | 7 | 119 | 5D | 30 |
| Octal | 244 | 11 | 354 | 37 | 140 | 0 | 7 | 431 | 135 | 60 |
| Binary | 10100100 | 1001 | 11101100 | 11111 | 1100000 | 0 | 111 | 100011001 | 1011101 | 110000 |
Color Harmonies of #A409EC
Complementary color
Monochromatic Colors of #A409EC
Black with #A409EC
Text Example
Text Example
White with #A409EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A409EC; }
p { color: rgb(164,9,236); }
H1.HeaderClassName
{
color: #A409EC;
}
.AnyTagClassName
{
color: #A409EC;
}
</style>
background-color css
<style>
a { background-color: #A409EC; }
a { background-color: rgb(164,9,236); }
div.DivClassName
{
background-color: #A409EC;
}
.BgClassName
{
background-color: #A409EC;
}
</style>
border-color css
<style>
span { border-color: #A409EC; }
span { border-color: rgb(164,9,236); }
td.TdClassName
{
border-color: #A409EC;
}
.TagClassName
{
border-color: #A409EC;
}
</style>