Shades of Dark Violet #A108DC
Tints of Dark Violet #A108DC
RGB
CMYK
RGB Variations
Color information
#A108DC (or 0xA108DC) is known color: Dark Violet. HEX triplet: A1, 08 and DC. RGB value is (161,8,220). Sum of RGB (Red+Green+Blue) = 161+8+220=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #A108DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A108DC is #5EF723. Grayscale: #4D4D4D. Windows color (decimal): -6223652 or 14420129. OLE color: 14420129.
HSL color Cylindrical-coordinate representation of color #A108DC: hue angle of 283.3º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A108DC is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 8 | 220 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.14 |
| HSL | 283.3º | 0.93% | 0.45% | - |
| HSV(B) | 283.3º | 0.96% | 0.86% | - |
| XYZ | 27.7 | 12.92 | 68.74 | - |
| YUV | 77.92 | 208.19 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 220 | 0.27 | 0.96 | 0 | 0.14 | 283.3 | 0.93 | 0.45 |
| Hex | A1 | 8 | DC | 1B | 60 | 0 | E | 11B | 5D | 2D |
| Octal | 241 | 10 | 334 | 33 | 140 | 0 | 16 | 433 | 135 | 55 |
| Binary | 10100001 | 1000 | 11011100 | 11011 | 1100000 | 0 | 1110 | 100011011 | 1011101 | 101101 |
Color Harmonies of #A108DC
Complementary color
Monochromatic Colors of #A108DC
Black with #A108DC
Text Example
Text Example
White with #A108DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A108DC; }
p { color: rgb(161,8,220); }
H1.HeaderClassName
{
color: #A108DC;
}
.AnyTagClassName
{
color: #A108DC;
}
</style>
background-color css
<style>
a { background-color: #A108DC; }
a { background-color: rgb(161,8,220); }
div.DivClassName
{
background-color: #A108DC;
}
.BgClassName
{
background-color: #A108DC;
}
</style>
border-color css
<style>
span { border-color: #A108DC; }
span { border-color: rgb(161,8,220); }
td.TdClassName
{
border-color: #A108DC;
}
.TagClassName
{
border-color: #A108DC;
}
</style>