Shades of Dark Violet #A109DD
Tints of Dark Violet #A109DD
RGB
CMYK
RGB Variations
Color information
#A109DD (or 0xA109DD) is known color: Dark Violet. HEX triplet: A1, 09 and DD. RGB value is (161,9,221). Sum of RGB (Red+Green+Blue) = 161+9+221=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #A109DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A109DD is #5EF622. Grayscale: #4D4D4D. Windows color (decimal): -6223395 or 14485921. OLE color: 14485921.
HSL color Cylindrical-coordinate representation of color #A109DD: hue angle of 283.02º 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 #A109DD is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 9 | 221 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.13 |
| HSL | 283.02º | 0.92% | 0.45% | - |
| HSV(B) | 283.02º | 0.96% | 0.87% | - |
| XYZ | 27.85 | 12.99 | 69.45 | - |
| YUV | 78.62 | 208.36 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 221 | 0.27 | 0.96 | 0 | 0.13 | 283.02 | 0.92 | 0.45 |
| Hex | A1 | 9 | DD | 1B | 60 | 0 | D | 11B | 5C | 2D |
| Octal | 241 | 11 | 335 | 33 | 140 | 0 | 15 | 433 | 134 | 55 |
| Binary | 10100001 | 1001 | 11011101 | 11011 | 1100000 | 0 | 1101 | 100011011 | 1011100 | 101101 |
Color Harmonies of #A109DD
Complementary color
Monochromatic Colors of #A109DD
Black with #A109DD
Text Example
Text Example
White with #A109DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A109DD; }
p { color: rgb(161,9,221); }
H1.HeaderClassName
{
color: #A109DD;
}
.AnyTagClassName
{
color: #A109DD;
}
</style>
background-color css
<style>
a { background-color: #A109DD; }
a { background-color: rgb(161,9,221); }
div.DivClassName
{
background-color: #A109DD;
}
.BgClassName
{
background-color: #A109DD;
}
</style>
border-color css
<style>
span { border-color: #A109DD; }
span { border-color: rgb(161,9,221); }
td.TdClassName
{
border-color: #A109DD;
}
.TagClassName
{
border-color: #A109DD;
}
</style>