Shades of Dark Violet #A409E2
Tints of Dark Violet #A409E2
RGB
CMYK
RGB Variations
Color information
#A409E2 (or 0xA409E2) is known color: Dark Violet. HEX triplet: A4, 09 and E2. RGB value is (164,9,226). Sum of RGB (Red+Green+Blue) = 164+9+226=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 226 (88.67% from 255 or 56.64% from 399); Max value from RGB is 226 - color contains mainly: blue. Hex color #A409E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A409E2 is #5BF61D. Grayscale: #4F4F4F. Windows color (decimal): -6026782 or 14813604. OLE color: 14813604.
HSL color Cylindrical-coordinate representation of color #A409E2: hue angle of 282.86º 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 #A409E2 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 9 | 226 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.11 |
| HSL | 282.86º | 0.92% | 0.46% | - |
| HSV(B) | 282.86º | 0.96% | 0.89% | - |
| XYZ | 29.14 | 13.58 | 73.04 | - |
| YUV | 80.08 | 210.35 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 226 | 0.27 | 0.96 | 0 | 0.11 | 282.86 | 0.92 | 0.46 |
| Hex | A4 | 9 | E2 | 1B | 60 | 0 | B | 11B | 5C | 2E |
| Octal | 244 | 11 | 342 | 33 | 140 | 0 | 13 | 433 | 134 | 56 |
| Binary | 10100100 | 1001 | 11100010 | 11011 | 1100000 | 0 | 1011 | 100011011 | 1011100 | 101110 |
Color Harmonies of #A409E2
Complementary color
Monochromatic Colors of #A409E2
Black with #A409E2
Text Example
Text Example
White with #A409E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A409E2; }
p { color: rgb(164,9,226); }
H1.HeaderClassName
{
color: #A409E2;
}
.AnyTagClassName
{
color: #A409E2;
}
</style>
background-color css
<style>
a { background-color: #A409E2; }
a { background-color: rgb(164,9,226); }
div.DivClassName
{
background-color: #A409E2;
}
.BgClassName
{
background-color: #A409E2;
}
</style>
border-color css
<style>
span { border-color: #A409E2; }
span { border-color: rgb(164,9,226); }
td.TdClassName
{
border-color: #A409E2;
}
.TagClassName
{
border-color: #A409E2;
}
</style>