Shades of Dark Violet #A109ED
Tints of Dark Violet #A109ED
RGB
CMYK
RGB Variations
Color information
#A109ED (or 0xA109ED) is known color: Dark Violet. HEX triplet: A1, 09 and ED. RGB value is (161,9,237). Sum of RGB (Red+Green+Blue) = 161+9+237=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #A109ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A109ED is #5EF612. Grayscale: #4F4F4F. Windows color (decimal): -6223379 or 15534497. OLE color: 15534497.
HSL color Cylindrical-coordinate representation of color #A109ED: hue angle of 280º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A109ED is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 9 | 237 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.07 |
| HSL | 280º | 0.93% | 0.48% | - |
| HSV(B) | 280º | 0.96% | 0.93% | - |
| XYZ | 30.08 | 13.89 | 81.22 | - |
| YUV | 80.44 | 216.36 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 237 | 0.32 | 0.96 | 0 | 0.07 | 280 | 0.93 | 0.48 |
| Hex | A1 | 9 | ED | 20 | 60 | 0 | 7 | 118 | 5D | 30 |
| Octal | 241 | 11 | 355 | 40 | 140 | 0 | 7 | 430 | 135 | 60 |
| Binary | 10100001 | 1001 | 11101101 | 100000 | 1100000 | 0 | 111 | 100011000 | 1011101 | 110000 |
Color Harmonies of #A109ED
Complementary color
Monochromatic Colors of #A109ED
Black with #A109ED
Text Example
Text Example
White with #A109ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A109ED; }
p { color: rgb(161,9,237); }
H1.HeaderClassName
{
color: #A109ED;
}
.AnyTagClassName
{
color: #A109ED;
}
</style>
background-color css
<style>
a { background-color: #A109ED; }
a { background-color: rgb(161,9,237); }
div.DivClassName
{
background-color: #A109ED;
}
.BgClassName
{
background-color: #A109ED;
}
</style>
border-color css
<style>
span { border-color: #A109ED; }
span { border-color: rgb(161,9,237); }
td.TdClassName
{
border-color: #A109ED;
}
.TagClassName
{
border-color: #A109ED;
}
</style>