Shades of Dark Violet #A206BD
Tints of Dark Violet #A206BD
RGB
CMYK
RGB Variations
Color information
#A206BD (or 0xA206BD) is known color: Dark Violet. HEX triplet: A2, 06 and BD. RGB value is (162,6,189). Sum of RGB (Red+Green+Blue) = 162+6+189=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #A206BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A206BD is #5DF942. Grayscale: #484848. Windows color (decimal): -6158659 or 12388002. OLE color: 12388002.
HSL color Cylindrical-coordinate representation of color #A206BD: hue angle of 291.15º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A206BD is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 6 | 189 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.26 |
| HSL | 291.15º | 0.94% | 0.38% | - |
| HSV(B) | 291.15º | 0.97% | 0.74% | - |
| XYZ | 24.15 | 11.49 | 49.09 | - |
| YUV | 73.51 | 193.18 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 189 | 0.14 | 0.97 | 0 | 0.26 | 291.15 | 0.94 | 0.38 |
| Hex | A2 | 6 | BD | E | 61 | 0 | 1A | 123 | 5E | 26 |
| Octal | 242 | 6 | 275 | 16 | 141 | 0 | 32 | 443 | 136 | 46 |
| Binary | 10100010 | 110 | 10111101 | 1110 | 1100001 | 0 | 11010 | 100100011 | 1011110 | 100110 |
Color Harmonies of #A206BD
Complementary color
Monochromatic Colors of #A206BD
Black with #A206BD
Text Example
Text Example
White with #A206BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A206BD; }
p { color: rgb(162,6,189); }
H1.HeaderClassName
{
color: #A206BD;
}
.AnyTagClassName
{
color: #A206BD;
}
</style>
background-color css
<style>
a { background-color: #A206BD; }
a { background-color: rgb(162,6,189); }
div.DivClassName
{
background-color: #A206BD;
}
.BgClassName
{
background-color: #A206BD;
}
</style>
border-color css
<style>
span { border-color: #A206BD; }
span { border-color: rgb(162,6,189); }
td.TdClassName
{
border-color: #A206BD;
}
.TagClassName
{
border-color: #A206BD;
}
</style>