Shades of Dark Violet #A109DE
Tints of Dark Violet #A109DE
RGB
CMYK
RGB Variations
Color information
#A109DE (or 0xA109DE) is known color: Dark Violet. HEX triplet: A1, 09 and DE. RGB value is (161,9,222). Sum of RGB (Red+Green+Blue) = 161+9+222=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #A109DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A109DE is #5EF621. Grayscale: #4E4E4E. Windows color (decimal): -6223394 or 14551457. OLE color: 14551457.
HSL color Cylindrical-coordinate representation of color #A109DE: hue angle of 282.82º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A109DE is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 9 | 222 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.13 |
| HSL | 282.82º | 0.92% | 0.45% | - |
| HSV(B) | 282.82º | 0.96% | 0.87% | - |
| XYZ | 27.98 | 13.05 | 70.15 | - |
| YUV | 78.73 | 208.86 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 222 | 0.27 | 0.96 | 0 | 0.13 | 282.82 | 0.92 | 0.45 |
| Hex | A1 | 9 | DE | 1B | 60 | 0 | D | 11B | 5C | 2D |
| Octal | 241 | 11 | 336 | 33 | 140 | 0 | 15 | 433 | 134 | 55 |
| Binary | 10100001 | 1001 | 11011110 | 11011 | 1100000 | 0 | 1101 | 100011011 | 1011100 | 101101 |
Color Harmonies of #A109DE
Complementary color
Monochromatic Colors of #A109DE
Black with #A109DE
Text Example
Text Example
White with #A109DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A109DE; }
p { color: rgb(161,9,222); }
H1.HeaderClassName
{
color: #A109DE;
}
.AnyTagClassName
{
color: #A109DE;
}
</style>
background-color css
<style>
a { background-color: #A109DE; }
a { background-color: rgb(161,9,222); }
div.DivClassName
{
background-color: #A109DE;
}
.BgClassName
{
background-color: #A109DE;
}
</style>
border-color css
<style>
span { border-color: #A109DE; }
span { border-color: rgb(161,9,222); }
td.TdClassName
{
border-color: #A109DE;
}
.TagClassName
{
border-color: #A109DE;
}
</style>