Shades of Dark Violet #A109BA
Tints of Dark Violet #A109BA
RGB
CMYK
RGB Variations
Color information
#A109BA (or 0xA109BA) is known color: Dark Violet. HEX triplet: A1, 09 and BA. RGB value is (161,9,186). Sum of RGB (Red+Green+Blue) = 161+9+186=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #A109BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A109BA is #5EF645. Grayscale: #4A4A4A. Windows color (decimal): -6223430 or 12192161. OLE color: 12192161.
HSL color Cylindrical-coordinate representation of color #A109BA: hue angle of 291.53º 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 #A109BA is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 9 | 186 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.27 |
| HSL | 291.53º | 0.91% | 0.38% | - |
| HSV(B) | 291.53º | 0.95% | 0.73% | - |
| XYZ | 23.66 | 11.32 | 47.39 | - |
| YUV | 74.63 | 190.86 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 186 | 0.13 | 0.95 | 0 | 0.27 | 291.53 | 0.91 | 0.38 |
| Hex | A1 | 9 | BA | D | 5F | 0 | 1B | 124 | 5B | 26 |
| Octal | 241 | 11 | 272 | 15 | 137 | 0 | 33 | 444 | 133 | 46 |
| Binary | 10100001 | 1001 | 10111010 | 1101 | 1011111 | 0 | 11011 | 100100100 | 1011011 | 100110 |
Color Harmonies of #A109BA
Complementary color
Monochromatic Colors of #A109BA
Black with #A109BA
Text Example
Text Example
White with #A109BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A109BA; }
p { color: rgb(161,9,186); }
H1.HeaderClassName
{
color: #A109BA;
}
.AnyTagClassName
{
color: #A109BA;
}
</style>
background-color css
<style>
a { background-color: #A109BA; }
a { background-color: rgb(161,9,186); }
div.DivClassName
{
background-color: #A109BA;
}
.BgClassName
{
background-color: #A109BA;
}
</style>
border-color css
<style>
span { border-color: #A109BA; }
span { border-color: rgb(161,9,186); }
td.TdClassName
{
border-color: #A109BA;
}
.TagClassName
{
border-color: #A109BA;
}
</style>