Shades of Dark Violet #A206D9
Tints of Dark Violet #A206D9
RGB
CMYK
RGB Variations
Color information
#A206D9 (or 0xA206D9) is known color: Dark Violet. HEX triplet: A2, 06 and D9. RGB value is (162,6,217). Sum of RGB (Red+Green+Blue) = 162+6+217=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 217 (85.16% from 255 or 56.36% from 385); Max value from RGB is 217 - color contains mainly: blue. Hex color #A206D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A206D9 is #5DF926. Grayscale: #4C4C4C. Windows color (decimal): -6158631 or 14223010. OLE color: 14223010.
HSL color Cylindrical-coordinate representation of color #A206D9: hue angle of 284.36º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A206D9 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 6 | 217 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.15 |
| HSL | 284.36º | 0.95% | 0.44% | - |
| HSV(B) | 284.36º | 0.97% | 0.85% | - |
| XYZ | 27.49 | 12.82 | 66.67 | - |
| YUV | 76.7 | 207.18 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 217 | 0.25 | 0.97 | 0 | 0.15 | 284.36 | 0.95 | 0.44 |
| Hex | A2 | 6 | D9 | 19 | 61 | 0 | F | 11C | 5F | 2C |
| Octal | 242 | 6 | 331 | 31 | 141 | 0 | 17 | 434 | 137 | 54 |
| Binary | 10100010 | 110 | 11011001 | 11001 | 1100001 | 0 | 1111 | 100011100 | 1011111 | 101100 |
Color Harmonies of #A206D9
Complementary color
Monochromatic Colors of #A206D9
Black with #A206D9
Text Example
Text Example
White with #A206D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A206D9; }
p { color: rgb(162,6,217); }
H1.HeaderClassName
{
color: #A206D9;
}
.AnyTagClassName
{
color: #A206D9;
}
</style>
background-color css
<style>
a { background-color: #A206D9; }
a { background-color: rgb(162,6,217); }
div.DivClassName
{
background-color: #A206D9;
}
.BgClassName
{
background-color: #A206D9;
}
</style>
border-color css
<style>
span { border-color: #A206D9; }
span { border-color: rgb(162,6,217); }
td.TdClassName
{
border-color: #A206D9;
}
.TagClassName
{
border-color: #A206D9;
}
</style>