Shades of Dark Violet #A206C5
Tints of Dark Violet #A206C5
RGB
CMYK
RGB Variations
Color information
#A206C5 (or 0xA206C5) is known color: Dark Violet. HEX triplet: A2, 06 and C5. RGB value is (162,6,197). Sum of RGB (Red+Green+Blue) = 162+6+197=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 197 (77.34% from 255 or 53.97% from 365); Max value from RGB is 197 - color contains mainly: blue. Hex color #A206C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A206C5 is #5DF93A. Grayscale: #494949. Windows color (decimal): -6158651 or 12912290. OLE color: 12912290.
HSL color Cylindrical-coordinate representation of color #A206C5: hue angle of 289.01º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A206C5 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 6 | 197 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.23 |
| HSL | 289.01º | 0.94% | 0.4% | - |
| HSV(B) | 289.01º | 0.97% | 0.77% | - |
| XYZ | 25.04 | 11.84 | 53.79 | - |
| YUV | 74.42 | 197.18 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 197 | 0.18 | 0.97 | 0 | 0.23 | 289.01 | 0.94 | 0.4 |
| Hex | A2 | 6 | C5 | 12 | 61 | 0 | 17 | 121 | 5E | 28 |
| Octal | 242 | 6 | 305 | 22 | 141 | 0 | 27 | 441 | 136 | 50 |
| Binary | 10100010 | 110 | 11000101 | 10010 | 1100001 | 0 | 10111 | 100100001 | 1011110 | 101000 |
Color Harmonies of #A206C5
Complementary color
Monochromatic Colors of #A206C5
Black with #A206C5
Text Example
Text Example
White with #A206C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A206C5; }
p { color: rgb(162,6,197); }
H1.HeaderClassName
{
color: #A206C5;
}
.AnyTagClassName
{
color: #A206C5;
}
</style>
background-color css
<style>
a { background-color: #A206C5; }
a { background-color: rgb(162,6,197); }
div.DivClassName
{
background-color: #A206C5;
}
.BgClassName
{
background-color: #A206C5;
}
</style>
border-color css
<style>
span { border-color: #A206C5; }
span { border-color: rgb(162,6,197); }
td.TdClassName
{
border-color: #A206C5;
}
.TagClassName
{
border-color: #A206C5;
}
</style>