Shades of Dark Violet #A206D6
Tints of Dark Violet #A206D6
RGB
CMYK
RGB Variations
Color information
#A206D6 (or 0xA206D6) is known color: Dark Violet. HEX triplet: A2, 06 and D6. RGB value is (162,6,214). Sum of RGB (Red+Green+Blue) = 162+6+214=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 214 (83.98% from 255 or 56.02% from 382); Max value from RGB is 214 - color contains mainly: blue. Hex color #A206D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A206D6 is #5DF929. Grayscale: #4B4B4B. Windows color (decimal): -6158634 or 14026402. OLE color: 14026402.
HSL color Cylindrical-coordinate representation of color #A206D6: hue angle of 285º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A206D6 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 6 | 214 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.16 |
| HSL | 285º | 0.95% | 0.43% | - |
| HSV(B) | 285º | 0.97% | 0.84% | - |
| XYZ | 27.1 | 12.67 | 64.63 | - |
| YUV | 76.36 | 205.68 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 214 | 0.24 | 0.97 | 0 | 0.16 | 285 | 0.95 | 0.43 |
| Hex | A2 | 6 | D6 | 18 | 61 | 0 | 10 | 11D | 5F | 2B |
| Octal | 242 | 6 | 326 | 30 | 141 | 0 | 20 | 435 | 137 | 53 |
| Binary | 10100010 | 110 | 11010110 | 11000 | 1100001 | 0 | 10000 | 100011101 | 1011111 | 101011 |
Color Harmonies of #A206D6
Complementary color
Monochromatic Colors of #A206D6
Black with #A206D6
Text Example
Text Example
White with #A206D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A206D6; }
p { color: rgb(162,6,214); }
H1.HeaderClassName
{
color: #A206D6;
}
.AnyTagClassName
{
color: #A206D6;
}
</style>
background-color css
<style>
a { background-color: #A206D6; }
a { background-color: rgb(162,6,214); }
div.DivClassName
{
background-color: #A206D6;
}
.BgClassName
{
background-color: #A206D6;
}
</style>
border-color css
<style>
span { border-color: #A206D6; }
span { border-color: rgb(162,6,214); }
td.TdClassName
{
border-color: #A206D6;
}
.TagClassName
{
border-color: #A206D6;
}
</style>