Shades of Dark Violet #A109DA
Tints of Dark Violet #A109DA
RGB
CMYK
RGB Variations
Color information
#A109DA (or 0xA109DA) is known color: Dark Violet. HEX triplet: A1, 09 and DA. RGB value is (161,9,218). Sum of RGB (Red+Green+Blue) = 161+9+218=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #A109DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A109DA is #5EF625. Grayscale: #4D4D4D. Windows color (decimal): -6223398 or 14289313. OLE color: 14289313.
HSL color Cylindrical-coordinate representation of color #A109DA: hue angle of 283.64º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A109DA is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 9 | 218 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.15 |
| HSL | 283.64º | 0.92% | 0.45% | - |
| HSV(B) | 283.64º | 0.96% | 0.85% | - |
| XYZ | 27.45 | 12.83 | 67.36 | - |
| YUV | 78.27 | 206.86 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 218 | 0.26 | 0.96 | 0 | 0.15 | 283.64 | 0.92 | 0.45 |
| Hex | A1 | 9 | DA | 1A | 60 | 0 | F | 11C | 5C | 2D |
| Octal | 241 | 11 | 332 | 32 | 140 | 0 | 17 | 434 | 134 | 55 |
| Binary | 10100001 | 1001 | 11011010 | 11010 | 1100000 | 0 | 1111 | 100011100 | 1011100 | 101101 |
Color Harmonies of #A109DA
Complementary color
Monochromatic Colors of #A109DA
Black with #A109DA
Text Example
Text Example
White with #A109DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A109DA; }
p { color: rgb(161,9,218); }
H1.HeaderClassName
{
color: #A109DA;
}
.AnyTagClassName
{
color: #A109DA;
}
</style>
background-color css
<style>
a { background-color: #A109DA; }
a { background-color: rgb(161,9,218); }
div.DivClassName
{
background-color: #A109DA;
}
.BgClassName
{
background-color: #A109DA;
}
</style>
border-color css
<style>
span { border-color: #A109DA; }
span { border-color: rgb(161,9,218); }
td.TdClassName
{
border-color: #A109DA;
}
.TagClassName
{
border-color: #A109DA;
}
</style>