Shades of Dark Violet #A206D0
Tints of Dark Violet #A206D0
RGB
CMYK
RGB Variations
Color information
#A206D0 (or 0xA206D0) is known color: Dark Violet. HEX triplet: A2, 06 and D0. RGB value is (162,6,208). Sum of RGB (Red+Green+Blue) = 162+6+208=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 208 (81.64% from 255 or 55.32% from 376); Max value from RGB is 208 - color contains mainly: blue. Hex color #A206D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A206D0 is #5DF92F. Grayscale: #4B4B4B. Windows color (decimal): -6158640 or 13633186. OLE color: 13633186.
HSL color Cylindrical-coordinate representation of color #A206D0: hue angle of 286.34º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A206D0 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 6 | 208 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.18 |
| HSL | 286.34º | 0.94% | 0.42% | - |
| HSV(B) | 286.34º | 0.97% | 0.82% | - |
| XYZ | 26.35 | 12.37 | 60.67 | - |
| YUV | 75.67 | 202.68 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 208 | 0.22 | 0.97 | 0 | 0.18 | 286.34 | 0.94 | 0.42 |
| Hex | A2 | 6 | D0 | 16 | 61 | 0 | 12 | 11E | 5E | 2A |
| Octal | 242 | 6 | 320 | 26 | 141 | 0 | 22 | 436 | 136 | 52 |
| Binary | 10100010 | 110 | 11010000 | 10110 | 1100001 | 0 | 10010 | 100011110 | 1011110 | 101010 |
Color Harmonies of #A206D0
Complementary color
Monochromatic Colors of #A206D0
Black with #A206D0
Text Example
Text Example
White with #A206D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A206D0; }
p { color: rgb(162,6,208); }
H1.HeaderClassName
{
color: #A206D0;
}
.AnyTagClassName
{
color: #A206D0;
}
</style>
background-color css
<style>
a { background-color: #A206D0; }
a { background-color: rgb(162,6,208); }
div.DivClassName
{
background-color: #A206D0;
}
.BgClassName
{
background-color: #A206D0;
}
</style>
border-color css
<style>
span { border-color: #A206D0; }
span { border-color: rgb(162,6,208); }
td.TdClassName
{
border-color: #A206D0;
}
.TagClassName
{
border-color: #A206D0;
}
</style>