Shades of Dark Violet #A107BA
Tints of Dark Violet #A107BA
RGB
CMYK
RGB Variations
Color information
#A107BA (or 0xA107BA) is known color: Dark Violet. HEX triplet: A1, 07 and BA. RGB value is (161,7,186). Sum of RGB (Red+Green+Blue) = 161+7+186=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #A107BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A107BA is #5EF845. Grayscale: #484848. Windows color (decimal): -6223942 or 12191649. OLE color: 12191649.
HSL color Cylindrical-coordinate representation of color #A107BA: hue angle of 291.62º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A107BA is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 7 | 186 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.27 |
| HSL | 291.62º | 0.93% | 0.38% | - |
| HSV(B) | 291.62º | 0.96% | 0.73% | - |
| XYZ | 23.64 | 11.27 | 47.38 | - |
| YUV | 73.45 | 191.52 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 186 | 0.13 | 0.96 | 0 | 0.27 | 291.62 | 0.93 | 0.38 |
| Hex | A1 | 7 | BA | D | 60 | 0 | 1B | 124 | 5D | 26 |
| Octal | 241 | 7 | 272 | 15 | 140 | 0 | 33 | 444 | 135 | 46 |
| Binary | 10100001 | 111 | 10111010 | 1101 | 1100000 | 0 | 11011 | 100100100 | 1011101 | 100110 |
Color Harmonies of #A107BA
Complementary color
Monochromatic Colors of #A107BA
Black with #A107BA
Text Example
Text Example
White with #A107BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A107BA; }
p { color: rgb(161,7,186); }
H1.HeaderClassName
{
color: #A107BA;
}
.AnyTagClassName
{
color: #A107BA;
}
</style>
background-color css
<style>
a { background-color: #A107BA; }
a { background-color: rgb(161,7,186); }
div.DivClassName
{
background-color: #A107BA;
}
.BgClassName
{
background-color: #A107BA;
}
</style>
border-color css
<style>
span { border-color: #A107BA; }
span { border-color: rgb(161,7,186); }
td.TdClassName
{
border-color: #A107BA;
}
.TagClassName
{
border-color: #A107BA;
}
</style>