Shades of Dark Violet #A109E5
Tints of Dark Violet #A109E5
RGB
CMYK
RGB Variations
Color information
#A109E5 (or 0xA109E5) is known color: Dark Violet. HEX triplet: A1, 09 and E5. RGB value is (161,9,229). Sum of RGB (Red+Green+Blue) = 161+9+229=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 229 (89.84% from 255 or 57.39% from 399); Max value from RGB is 229 - color contains mainly: blue. Hex color #A109E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A109E5 is #5EF61A. Grayscale: #4E4E4E. Windows color (decimal): -6223387 or 15010209. OLE color: 15010209.
HSL color Cylindrical-coordinate representation of color #A109E5: hue angle of 281.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A109E5 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 9 | 229 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.10 |
| HSL | 281.45º | 0.92% | 0.47% | - |
| HSV(B) | 281.45º | 0.96% | 0.9% | - |
| XYZ | 28.94 | 13.43 | 75.2 | - |
| YUV | 79.53 | 212.36 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 229 | 0.30 | 0.96 | 0 | 0.10 | 281.45 | 0.92 | 0.47 |
| Hex | A1 | 9 | E5 | 1E | 60 | 0 | A | 119 | 5C | 2F |
| Octal | 241 | 11 | 345 | 36 | 140 | 0 | 12 | 431 | 134 | 57 |
| Binary | 10100001 | 1001 | 11100101 | 11110 | 1100000 | 0 | 1010 | 100011001 | 1011100 | 101111 |
Color Harmonies of #A109E5
Complementary color
Monochromatic Colors of #A109E5
Black with #A109E5
Text Example
Text Example
White with #A109E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A109E5; }
p { color: rgb(161,9,229); }
H1.HeaderClassName
{
color: #A109E5;
}
.AnyTagClassName
{
color: #A109E5;
}
</style>
background-color css
<style>
a { background-color: #A109E5; }
a { background-color: rgb(161,9,229); }
div.DivClassName
{
background-color: #A109E5;
}
.BgClassName
{
background-color: #A109E5;
}
</style>
border-color css
<style>
span { border-color: #A109E5; }
span { border-color: rgb(161,9,229); }
td.TdClassName
{
border-color: #A109E5;
}
.TagClassName
{
border-color: #A109E5;
}
</style>