Shades of Dark Violet #A206B5
Tints of Dark Violet #A206B5
RGB
CMYK
RGB Variations
Color information
#A206B5 (or 0xA206B5) is known color: Dark Violet. HEX triplet: A2, 06 and B5. RGB value is (162,6,181). Sum of RGB (Red+Green+Blue) = 162+6+181=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 181 (71.09% from 255 or 51.86% from 349); Max value from RGB is 181 - color contains mainly: blue. Hex color #A206B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A206B5 is #5DF94A. Grayscale: #484848. Windows color (decimal): -6158667 or 11863714. OLE color: 11863714.
HSL color Cylindrical-coordinate representation of color #A206B5: hue angle of 293.49º 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 #A206B5 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 6 | 181 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.29 |
| HSL | 293.49º | 0.94% | 0.37% | - |
| HSV(B) | 293.49º | 0.97% | 0.71% | - |
| XYZ | 23.31 | 11.15 | 44.64 | - |
| YUV | 72.59 | 189.18 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 181 | 0.10 | 0.97 | 0 | 0.29 | 293.49 | 0.94 | 0.37 |
| Hex | A2 | 6 | B5 | A | 61 | 0 | 1D | 125 | 5E | 25 |
| Octal | 242 | 6 | 265 | 12 | 141 | 0 | 35 | 445 | 136 | 45 |
| Binary | 10100010 | 110 | 10110101 | 1010 | 1100001 | 0 | 11101 | 100100101 | 1011110 | 100101 |
Color Harmonies of #A206B5
Complementary color
Monochromatic Colors of #A206B5
Black with #A206B5
Text Example
Text Example
White with #A206B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A206B5; }
p { color: rgb(162,6,181); }
H1.HeaderClassName
{
color: #A206B5;
}
.AnyTagClassName
{
color: #A206B5;
}
</style>
background-color css
<style>
a { background-color: #A206B5; }
a { background-color: rgb(162,6,181); }
div.DivClassName
{
background-color: #A206B5;
}
.BgClassName
{
background-color: #A206B5;
}
</style>
border-color css
<style>
span { border-color: #A206B5; }
span { border-color: rgb(162,6,181); }
td.TdClassName
{
border-color: #A206B5;
}
.TagClassName
{
border-color: #A206B5;
}
</style>