Shades of Dark Violet #A209D9
Tints of Dark Violet #A209D9
RGB
CMYK
RGB Variations
Color information
#A209D9 (or 0xA209D9) is known color: Dark Violet. HEX triplet: A2, 09 and D9. RGB value is (162,9,217). Sum of RGB (Red+Green+Blue) = 162+9+217=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 217 (85.16% from 255 or 55.93% from 388); Max value from RGB is 217 - color contains mainly: blue. Hex color #A209D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A209D9 is #5DF626. Grayscale: #4D4D4D. Windows color (decimal): -6157863 or 14223778. OLE color: 14223778.
HSL color Cylindrical-coordinate representation of color #A209D9: hue angle of 284.13º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A209D9 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 9 | 217 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.15 |
| HSL | 284.13º | 0.92% | 0.44% | - |
| HSV(B) | 284.13º | 0.96% | 0.85% | - |
| XYZ | 27.52 | 12.89 | 66.68 | - |
| YUV | 78.46 | 206.19 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 217 | 0.25 | 0.96 | 0 | 0.15 | 284.13 | 0.92 | 0.44 |
| Hex | A2 | 9 | D9 | 19 | 60 | 0 | F | 11C | 5C | 2C |
| Octal | 242 | 11 | 331 | 31 | 140 | 0 | 17 | 434 | 134 | 54 |
| Binary | 10100010 | 1001 | 11011001 | 11001 | 1100000 | 0 | 1111 | 100011100 | 1011100 | 101100 |
Color Harmonies of #A209D9
Complementary color
Monochromatic Colors of #A209D9
Black with #A209D9
Text Example
Text Example
White with #A209D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A209D9; }
p { color: rgb(162,9,217); }
H1.HeaderClassName
{
color: #A209D9;
}
.AnyTagClassName
{
color: #A209D9;
}
</style>
background-color css
<style>
a { background-color: #A209D9; }
a { background-color: rgb(162,9,217); }
div.DivClassName
{
background-color: #A209D9;
}
.BgClassName
{
background-color: #A209D9;
}
</style>
border-color css
<style>
span { border-color: #A209D9; }
span { border-color: rgb(162,9,217); }
td.TdClassName
{
border-color: #A209D9;
}
.TagClassName
{
border-color: #A209D9;
}
</style>