Shades of Dark Violet #A108D0
Tints of Dark Violet #A108D0
RGB
CMYK
RGB Variations
Color information
#A108D0 (or 0xA108D0) is known color: Dark Violet. HEX triplet: A1, 08 and D0. RGB value is (161,8,208). Sum of RGB (Red+Green+Blue) = 161+8+208=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 208 (81.64% from 255 or 55.17% from 377); Max value from RGB is 208 - color contains mainly: blue. Hex color #A108D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A108D0 is #5EF72F. Grayscale: #4B4B4B. Windows color (decimal): -6223664 or 13633697. OLE color: 13633697.
HSL color Cylindrical-coordinate representation of color #A108D0: hue angle of 285.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A108D0 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 8 | 208 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.18 |
| HSL | 285.9º | 0.93% | 0.42% | - |
| HSV(B) | 285.9º | 0.96% | 0.82% | - |
| XYZ | 26.17 | 12.3 | 60.67 | - |
| YUV | 76.55 | 202.19 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 208 | 0.23 | 0.96 | 0 | 0.18 | 285.9 | 0.93 | 0.42 |
| Hex | A1 | 8 | D0 | 17 | 60 | 0 | 12 | 11E | 5D | 2A |
| Octal | 241 | 10 | 320 | 27 | 140 | 0 | 22 | 436 | 135 | 52 |
| Binary | 10100001 | 1000 | 11010000 | 10111 | 1100000 | 0 | 10010 | 100011110 | 1011101 | 101010 |
Color Harmonies of #A108D0
Complementary color
Monochromatic Colors of #A108D0
Black with #A108D0
Text Example
Text Example
White with #A108D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A108D0; }
p { color: rgb(161,8,208); }
H1.HeaderClassName
{
color: #A108D0;
}
.AnyTagClassName
{
color: #A108D0;
}
</style>
background-color css
<style>
a { background-color: #A108D0; }
a { background-color: rgb(161,8,208); }
div.DivClassName
{
background-color: #A108D0;
}
.BgClassName
{
background-color: #A108D0;
}
</style>
border-color css
<style>
span { border-color: #A108D0; }
span { border-color: rgb(161,8,208); }
td.TdClassName
{
border-color: #A108D0;
}
.TagClassName
{
border-color: #A108D0;
}
</style>