Shades of Dark Violet #A108BA
Tints of Dark Violet #A108BA
RGB
CMYK
RGB Variations
Color information
#A108BA (or 0xA108BA) is known color: Dark Violet. HEX triplet: A1, 08 and BA. RGB value is (161,8,186). Sum of RGB (Red+Green+Blue) = 161+8+186=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #A108BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A108BA is #5EF745. Grayscale: #494949. Windows color (decimal): -6223686 or 12191905. OLE color: 12191905.
HSL color Cylindrical-coordinate representation of color #A108BA: hue angle of 291.57º degrees, saturation: 0.92, 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 #A108BA is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 8 | 186 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.27 |
| HSL | 291.57º | 0.92% | 0.38% | - |
| HSV(B) | 291.57º | 0.96% | 0.73% | - |
| XYZ | 23.65 | 11.3 | 47.39 | - |
| YUV | 74.04 | 191.19 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 186 | 0.13 | 0.96 | 0 | 0.27 | 291.57 | 0.92 | 0.38 |
| Hex | A1 | 8 | BA | D | 60 | 0 | 1B | 124 | 5C | 26 |
| Octal | 241 | 10 | 272 | 15 | 140 | 0 | 33 | 444 | 134 | 46 |
| Binary | 10100001 | 1000 | 10111010 | 1101 | 1100000 | 0 | 11011 | 100100100 | 1011100 | 100110 |
Color Harmonies of #A108BA
Complementary color
Monochromatic Colors of #A108BA
Black with #A108BA
Text Example
Text Example
White with #A108BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A108BA; }
p { color: rgb(161,8,186); }
H1.HeaderClassName
{
color: #A108BA;
}
.AnyTagClassName
{
color: #A108BA;
}
</style>
background-color css
<style>
a { background-color: #A108BA; }
a { background-color: rgb(161,8,186); }
div.DivClassName
{
background-color: #A108BA;
}
.BgClassName
{
background-color: #A108BA;
}
</style>
border-color css
<style>
span { border-color: #A108BA; }
span { border-color: rgb(161,8,186); }
td.TdClassName
{
border-color: #A108BA;
}
.TagClassName
{
border-color: #A108BA;
}
</style>