Shades of Dark Violet #A409E4
Tints of Dark Violet #A409E4
RGB
CMYK
RGB Variations
Color information
#A409E4 (or 0xA409E4) is known color: Dark Violet. HEX triplet: A4, 09 and E4. RGB value is (164,9,228). Sum of RGB (Red+Green+Blue) = 164+9+228=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 228 (89.45% from 255 or 56.86% from 401); Max value from RGB is 228 - color contains mainly: blue. Hex color #A409E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A409E4 is #5BF61B. Grayscale: #4F4F4F. Windows color (decimal): -6026780 or 14944676. OLE color: 14944676.
HSL color Cylindrical-coordinate representation of color #A409E4: hue angle of 282.47º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A409E4 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 9 | 228 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.11 |
| HSL | 282.47º | 0.92% | 0.46% | - |
| HSV(B) | 282.47º | 0.96% | 0.89% | - |
| XYZ | 29.41 | 13.69 | 74.49 | - |
| YUV | 80.31 | 211.35 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 228 | 0.28 | 0.96 | 0 | 0.11 | 282.47 | 0.92 | 0.46 |
| Hex | A4 | 9 | E4 | 1C | 60 | 0 | B | 11A | 5C | 2E |
| Octal | 244 | 11 | 344 | 34 | 140 | 0 | 13 | 432 | 134 | 56 |
| Binary | 10100100 | 1001 | 11100100 | 11100 | 1100000 | 0 | 1011 | 100011010 | 1011100 | 101110 |
Color Harmonies of #A409E4
Complementary color
Monochromatic Colors of #A409E4
Black with #A409E4
Text Example
Text Example
White with #A409E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A409E4; }
p { color: rgb(164,9,228); }
H1.HeaderClassName
{
color: #A409E4;
}
.AnyTagClassName
{
color: #A409E4;
}
</style>
background-color css
<style>
a { background-color: #A409E4; }
a { background-color: rgb(164,9,228); }
div.DivClassName
{
background-color: #A409E4;
}
.BgClassName
{
background-color: #A409E4;
}
</style>
border-color css
<style>
span { border-color: #A409E4; }
span { border-color: rgb(164,9,228); }
td.TdClassName
{
border-color: #A409E4;
}
.TagClassName
{
border-color: #A409E4;
}
</style>