Shades of Dark Violet #A109D6
Tints of Dark Violet #A109D6
RGB
CMYK
RGB Variations
Color information
#A109D6 (or 0xA109D6) is known color: Dark Violet. HEX triplet: A1, 09 and D6. RGB value is (161,9,214). Sum of RGB (Red+Green+Blue) = 161+9+214=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 214 (83.98% from 255 or 55.73% from 384); Max value from RGB is 214 - color contains mainly: blue. Hex color #A109D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A109D6 is #5EF629. Grayscale: #4D4D4D. Windows color (decimal): -6223402 or 14027169. OLE color: 14027169.
HSL color Cylindrical-coordinate representation of color #A109D6: hue angle of 284.49º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A109D6 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 9 | 214 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.16 |
| HSL | 284.49º | 0.92% | 0.44% | - |
| HSV(B) | 284.49º | 0.96% | 0.84% | - |
| XYZ | 26.93 | 12.63 | 64.64 | - |
| YUV | 77.82 | 204.86 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 214 | 0.25 | 0.96 | 0 | 0.16 | 284.49 | 0.92 | 0.44 |
| Hex | A1 | 9 | D6 | 19 | 60 | 0 | 10 | 11C | 5C | 2C |
| Octal | 241 | 11 | 326 | 31 | 140 | 0 | 20 | 434 | 134 | 54 |
| Binary | 10100001 | 1001 | 11010110 | 11001 | 1100000 | 0 | 10000 | 100011100 | 1011100 | 101100 |
Color Harmonies of #A109D6
Complementary color
Monochromatic Colors of #A109D6
Black with #A109D6
Text Example
Text Example
White with #A109D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A109D6; }
p { color: rgb(161,9,214); }
H1.HeaderClassName
{
color: #A109D6;
}
.AnyTagClassName
{
color: #A109D6;
}
</style>
background-color css
<style>
a { background-color: #A109D6; }
a { background-color: rgb(161,9,214); }
div.DivClassName
{
background-color: #A109D6;
}
.BgClassName
{
background-color: #A109D6;
}
</style>
border-color css
<style>
span { border-color: #A109D6; }
span { border-color: rgb(161,9,214); }
td.TdClassName
{
border-color: #A109D6;
}
.TagClassName
{
border-color: #A109D6;
}
</style>