Shades of Dark Violet #A209DC
Tints of Dark Violet #A209DC
RGB
CMYK
RGB Variations
Color information
#A209DC (or 0xA209DC) is known color: Dark Violet. HEX triplet: A2, 09 and DC. RGB value is (162,9,220). Sum of RGB (Red+Green+Blue) = 162+9+220=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #A209DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A209DC is #5DF623. Grayscale: #4E4E4E. Windows color (decimal): -6157860 or 14420386. OLE color: 14420386.
HSL color Cylindrical-coordinate representation of color #A209DC: hue angle of 283.51º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A209DC is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 9 | 220 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.14 |
| HSL | 283.51º | 0.92% | 0.45% | - |
| HSV(B) | 283.51º | 0.96% | 0.86% | - |
| XYZ | 27.92 | 13.04 | 68.76 | - |
| YUV | 78.8 | 207.69 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 220 | 0.26 | 0.96 | 0 | 0.14 | 283.51 | 0.92 | 0.45 |
| Hex | A2 | 9 | DC | 1A | 60 | 0 | E | 11C | 5C | 2D |
| Octal | 242 | 11 | 334 | 32 | 140 | 0 | 16 | 434 | 134 | 55 |
| Binary | 10100010 | 1001 | 11011100 | 11010 | 1100000 | 0 | 1110 | 100011100 | 1011100 | 101101 |
Color Harmonies of #A209DC
Complementary color
Monochromatic Colors of #A209DC
Black with #A209DC
Text Example
Text Example
White with #A209DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A209DC; }
p { color: rgb(162,9,220); }
H1.HeaderClassName
{
color: #A209DC;
}
.AnyTagClassName
{
color: #A209DC;
}
</style>
background-color css
<style>
a { background-color: #A209DC; }
a { background-color: rgb(162,9,220); }
div.DivClassName
{
background-color: #A209DC;
}
.BgClassName
{
background-color: #A209DC;
}
</style>
border-color css
<style>
span { border-color: #A209DC; }
span { border-color: rgb(162,9,220); }
td.TdClassName
{
border-color: #A209DC;
}
.TagClassName
{
border-color: #A209DC;
}
</style>