Shades of Dark Violet #A209EC
Tints of Dark Violet #A209EC
RGB
CMYK
RGB Variations
Color information
#A209EC (or 0xA209EC) is known color: Dark Violet. HEX triplet: A2, 09 and EC. RGB value is (162,9,236). Sum of RGB (Red+Green+Blue) = 162+9+236=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #A209EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A209EC is #5DF613. Grayscale: #4F4F4F. Windows color (decimal): -6157844 or 15468962. OLE color: 15468962.
HSL color Cylindrical-coordinate representation of color #A209EC: hue angle of 280.44º 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 #A209EC is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 9 | 236 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.07 |
| HSL | 280.44º | 0.93% | 0.48% | - |
| HSV(B) | 280.44º | 0.96% | 0.93% | - |
| XYZ | 30.14 | 13.93 | 80.46 | - |
| YUV | 80.63 | 215.69 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 236 | 0.31 | 0.96 | 0 | 0.07 | 280.44 | 0.93 | 0.48 |
| Hex | A2 | 9 | EC | 1F | 60 | 0 | 7 | 118 | 5D | 30 |
| Octal | 242 | 11 | 354 | 37 | 140 | 0 | 7 | 430 | 135 | 60 |
| Binary | 10100010 | 1001 | 11101100 | 11111 | 1100000 | 0 | 111 | 100011000 | 1011101 | 110000 |
Color Harmonies of #A209EC
Complementary color
Monochromatic Colors of #A209EC
Black with #A209EC
Text Example
Text Example
White with #A209EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A209EC; }
p { color: rgb(162,9,236); }
H1.HeaderClassName
{
color: #A209EC;
}
.AnyTagClassName
{
color: #A209EC;
}
</style>
background-color css
<style>
a { background-color: #A209EC; }
a { background-color: rgb(162,9,236); }
div.DivClassName
{
background-color: #A209EC;
}
.BgClassName
{
background-color: #A209EC;
}
</style>
border-color css
<style>
span { border-color: #A209EC; }
span { border-color: rgb(162,9,236); }
td.TdClassName
{
border-color: #A209EC;
}
.TagClassName
{
border-color: #A209EC;
}
</style>