Shades of Dark Violet #A108E5
Tints of Dark Violet #A108E5
RGB
CMYK
RGB Variations
Color information
#A108E5 (or 0xA108E5) is known color: Dark Violet. HEX triplet: A1, 08 and E5. RGB value is (161,8,229). Sum of RGB (Red+Green+Blue) = 161+8+229=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 229 (89.84% from 255 or 57.54% from 398); Max value from RGB is 229 - color contains mainly: blue. Hex color #A108E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A108E5 is #5EF71A. Grayscale: #4E4E4E. Windows color (decimal): -6223643 or 15009953. OLE color: 15009953.
HSL color Cylindrical-coordinate representation of color #A108E5: hue angle of 281.54º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A108E5 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 8 | 229 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.10 |
| HSL | 281.54º | 0.93% | 0.46% | - |
| HSV(B) | 281.54º | 0.97% | 0.9% | - |
| XYZ | 28.93 | 13.41 | 75.19 | - |
| YUV | 78.94 | 212.69 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 229 | 0.30 | 0.97 | 0 | 0.10 | 281.54 | 0.93 | 0.46 |
| Hex | A1 | 8 | E5 | 1E | 61 | 0 | A | 11A | 5D | 2E |
| Octal | 241 | 10 | 345 | 36 | 141 | 0 | 12 | 432 | 135 | 56 |
| Binary | 10100001 | 1000 | 11100101 | 11110 | 1100001 | 0 | 1010 | 100011010 | 1011101 | 101110 |
Color Harmonies of #A108E5
Complementary color
Monochromatic Colors of #A108E5
Black with #A108E5
Text Example
Text Example
White with #A108E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A108E5; }
p { color: rgb(161,8,229); }
H1.HeaderClassName
{
color: #A108E5;
}
.AnyTagClassName
{
color: #A108E5;
}
</style>
background-color css
<style>
a { background-color: #A108E5; }
a { background-color: rgb(161,8,229); }
div.DivClassName
{
background-color: #A108E5;
}
.BgClassName
{
background-color: #A108E5;
}
</style>
border-color css
<style>
span { border-color: #A108E5; }
span { border-color: rgb(161,8,229); }
td.TdClassName
{
border-color: #A108E5;
}
.TagClassName
{
border-color: #A108E5;
}
</style>