Shades of Dark Violet #A209BA
Tints of Dark Violet #A209BA
RGB
CMYK
RGB Variations
Color information
#A209BA (or 0xA209BA) is known color: Dark Violet. HEX triplet: A2, 09 and BA. RGB value is (162,9,186). Sum of RGB (Red+Green+Blue) = 162+9+186=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #A209BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A209BA is #5DF645. Grayscale: #4A4A4A. Windows color (decimal): -6157894 or 12192162. OLE color: 12192162.
HSL color Cylindrical-coordinate representation of color #A209BA: hue angle of 291.86º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A209BA is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 9 | 186 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.27 |
| HSL | 291.86º | 0.91% | 0.38% | - |
| HSV(B) | 291.86º | 0.95% | 0.73% | - |
| XYZ | 23.86 | 11.42 | 47.4 | - |
| YUV | 74.93 | 190.69 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 186 | 0.13 | 0.95 | 0 | 0.27 | 291.86 | 0.91 | 0.38 |
| Hex | A2 | 9 | BA | D | 5F | 0 | 1B | 124 | 5B | 26 |
| Octal | 242 | 11 | 272 | 15 | 137 | 0 | 33 | 444 | 133 | 46 |
| Binary | 10100010 | 1001 | 10111010 | 1101 | 1011111 | 0 | 11011 | 100100100 | 1011011 | 100110 |
Color Harmonies of #A209BA
Complementary color
Monochromatic Colors of #A209BA
Black with #A209BA
Text Example
Text Example
White with #A209BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A209BA; }
p { color: rgb(162,9,186); }
H1.HeaderClassName
{
color: #A209BA;
}
.AnyTagClassName
{
color: #A209BA;
}
</style>
background-color css
<style>
a { background-color: #A209BA; }
a { background-color: rgb(162,9,186); }
div.DivClassName
{
background-color: #A209BA;
}
.BgClassName
{
background-color: #A209BA;
}
</style>
border-color css
<style>
span { border-color: #A209BA; }
span { border-color: rgb(162,9,186); }
td.TdClassName
{
border-color: #A209BA;
}
.TagClassName
{
border-color: #A209BA;
}
</style>