Shades of Dark Violet #A209D6
Tints of Dark Violet #A209D6
RGB
CMYK
RGB Variations
Color information
#A209D6 (or 0xA209D6) is known color: Dark Violet. HEX triplet: A2, 09 and D6. RGB value is (162,9,214). Sum of RGB (Red+Green+Blue) = 162+9+214=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 214 (83.98% from 255 or 55.58% from 385); Max value from RGB is 214 - color contains mainly: blue. Hex color #A209D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A209D6 is #5DF629. Grayscale: #4D4D4D. Windows color (decimal): -6157866 or 14027170. OLE color: 14027170.
HSL color Cylindrical-coordinate representation of color #A209D6: hue angle of 284.78º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A209D6 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 9 | 214 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.16 |
| HSL | 284.78º | 0.92% | 0.44% | - |
| HSV(B) | 284.78º | 0.96% | 0.84% | - |
| XYZ | 27.14 | 12.73 | 64.65 | - |
| YUV | 78.12 | 204.69 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 214 | 0.24 | 0.96 | 0 | 0.16 | 284.78 | 0.92 | 0.44 |
| Hex | A2 | 9 | D6 | 18 | 60 | 0 | 10 | 11D | 5C | 2C |
| Octal | 242 | 11 | 326 | 30 | 140 | 0 | 20 | 435 | 134 | 54 |
| Binary | 10100010 | 1001 | 11010110 | 11000 | 1100000 | 0 | 10000 | 100011101 | 1011100 | 101100 |
Color Harmonies of #A209D6
Complementary color
Monochromatic Colors of #A209D6
Black with #A209D6
Text Example
Text Example
White with #A209D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A209D6; }
p { color: rgb(162,9,214); }
H1.HeaderClassName
{
color: #A209D6;
}
.AnyTagClassName
{
color: #A209D6;
}
</style>
background-color css
<style>
a { background-color: #A209D6; }
a { background-color: rgb(162,9,214); }
div.DivClassName
{
background-color: #A209D6;
}
.BgClassName
{
background-color: #A209D6;
}
</style>
border-color css
<style>
span { border-color: #A209D6; }
span { border-color: rgb(162,9,214); }
td.TdClassName
{
border-color: #A209D6;
}
.TagClassName
{
border-color: #A209D6;
}
</style>