Shades of Dark Violet #A609EC
Tints of Dark Violet #A609EC
RGB
CMYK
RGB Variations
Color information
#A609EC (or 0xA609EC) is known color: Dark Violet. HEX triplet: A6, 09 and EC. RGB value is (166,9,236). Sum of RGB (Red+Green+Blue) = 166+9+236=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #A609EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A609EC is #59F613. Grayscale: #515151. Windows color (decimal): -5895700 or 15468966. OLE color: 15468966.
HSL color Cylindrical-coordinate representation of color #A609EC: hue angle of 281.5º 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 #A609EC is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 9 | 236 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.07 |
| HSL | 281.5º | 0.93% | 0.48% | - |
| HSV(B) | 281.5º | 0.96% | 0.93% | - |
| XYZ | 30.96 | 14.36 | 80.5 | - |
| YUV | 81.82 | 215.01 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 236 | 0.30 | 0.96 | 0 | 0.07 | 281.5 | 0.93 | 0.48 |
| Hex | A6 | 9 | EC | 1E | 60 | 0 | 7 | 119 | 5D | 30 |
| Octal | 246 | 11 | 354 | 36 | 140 | 0 | 7 | 431 | 135 | 60 |
| Binary | 10100110 | 1001 | 11101100 | 11110 | 1100000 | 0 | 111 | 100011001 | 1011101 | 110000 |
Color Harmonies of #A609EC
Complementary color
Monochromatic Colors of #A609EC
Black with #A609EC
Text Example
Text Example
White with #A609EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A609EC; }
p { color: rgb(166,9,236); }
H1.HeaderClassName
{
color: #A609EC;
}
.AnyTagClassName
{
color: #A609EC;
}
</style>
background-color css
<style>
a { background-color: #A609EC; }
a { background-color: rgb(166,9,236); }
div.DivClassName
{
background-color: #A609EC;
}
.BgClassName
{
background-color: #A609EC;
}
</style>
border-color css
<style>
span { border-color: #A609EC; }
span { border-color: rgb(166,9,236); }
td.TdClassName
{
border-color: #A609EC;
}
.TagClassName
{
border-color: #A609EC;
}
</style>