Shades of Dark Violet #A206B7
Tints of Dark Violet #A206B7
RGB
CMYK
RGB Variations
Color information
#A206B7 (or 0xA206B7) is known color: Dark Violet. HEX triplet: A2, 06 and B7. RGB value is (162,6,183). Sum of RGB (Red+Green+Blue) = 162+6+183=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 183 (71.88% from 255 or 52.14% from 351); Max value from RGB is 183 - color contains mainly: blue. Hex color #A206B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A206B7 is #5DF948. Grayscale: #484848. Windows color (decimal): -6158665 or 11994786. OLE color: 11994786.
HSL color Cylindrical-coordinate representation of color #A206B7: hue angle of 292.88º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A206B7 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 6 | 183 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.28 |
| HSL | 292.88º | 0.94% | 0.37% | - |
| HSV(B) | 292.88º | 0.97% | 0.72% | - |
| XYZ | 23.51 | 11.23 | 45.73 | - |
| YUV | 72.82 | 190.18 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 183 | 0.11 | 0.97 | 0 | 0.28 | 292.88 | 0.94 | 0.37 |
| Hex | A2 | 6 | B7 | B | 61 | 0 | 1C | 125 | 5E | 25 |
| Octal | 242 | 6 | 267 | 13 | 141 | 0 | 34 | 445 | 136 | 45 |
| Binary | 10100010 | 110 | 10110111 | 1011 | 1100001 | 0 | 11100 | 100100101 | 1011110 | 100101 |
Color Harmonies of #A206B7
Complementary color
Monochromatic Colors of #A206B7
Black with #A206B7
Text Example
Text Example
White with #A206B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A206B7; }
p { color: rgb(162,6,183); }
H1.HeaderClassName
{
color: #A206B7;
}
.AnyTagClassName
{
color: #A206B7;
}
</style>
background-color css
<style>
a { background-color: #A206B7; }
a { background-color: rgb(162,6,183); }
div.DivClassName
{
background-color: #A206B7;
}
.BgClassName
{
background-color: #A206B7;
}
</style>
border-color css
<style>
span { border-color: #A206B7; }
span { border-color: rgb(162,6,183); }
td.TdClassName
{
border-color: #A206B7;
}
.TagClassName
{
border-color: #A206B7;
}
</style>