Shades of Dark Violet #A206B6
Tints of Dark Violet #A206B6
RGB
CMYK
RGB Variations
Color information
#A206B6 (or 0xA206B6) is known color: Dark Violet. HEX triplet: A2, 06 and B6. RGB value is (162,6,182). Sum of RGB (Red+Green+Blue) = 162+6+182=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 182 (71.48% from 255 or 52% from 350); Max value from RGB is 182 - color contains mainly: blue. Hex color #A206B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A206B6 is #5DF949. Grayscale: #484848. Windows color (decimal): -6158666 or 11929250. OLE color: 11929250.
HSL color Cylindrical-coordinate representation of color #A206B6: hue angle of 293.18º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A206B6 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 6 | 182 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.29 |
| HSL | 293.18º | 0.94% | 0.37% | - |
| HSV(B) | 293.18º | 0.97% | 0.71% | - |
| XYZ | 23.41 | 11.19 | 45.18 | - |
| YUV | 72.71 | 189.68 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 182 | 0.11 | 0.97 | 0 | 0.29 | 293.18 | 0.94 | 0.37 |
| Hex | A2 | 6 | B6 | B | 61 | 0 | 1D | 125 | 5E | 25 |
| Octal | 242 | 6 | 266 | 13 | 141 | 0 | 35 | 445 | 136 | 45 |
| Binary | 10100010 | 110 | 10110110 | 1011 | 1100001 | 0 | 11101 | 100100101 | 1011110 | 100101 |
Color Harmonies of #A206B6
Complementary color
Monochromatic Colors of #A206B6
Black with #A206B6
Text Example
Text Example
White with #A206B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A206B6; }
p { color: rgb(162,6,182); }
H1.HeaderClassName
{
color: #A206B6;
}
.AnyTagClassName
{
color: #A206B6;
}
</style>
background-color css
<style>
a { background-color: #A206B6; }
a { background-color: rgb(162,6,182); }
div.DivClassName
{
background-color: #A206B6;
}
.BgClassName
{
background-color: #A206B6;
}
</style>
border-color css
<style>
span { border-color: #A206B6; }
span { border-color: rgb(162,6,182); }
td.TdClassName
{
border-color: #A206B6;
}
.TagClassName
{
border-color: #A206B6;
}
</style>