Shades of Dark Violet #A109C5
Tints of Dark Violet #A109C5
RGB
CMYK
RGB Variations
Color information
#A109C5 (or 0xA109C5) is known color: Dark Violet. HEX triplet: A1, 09 and C5. RGB value is (161,9,197). Sum of RGB (Red+Green+Blue) = 161+9+197=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 197 (77.34% from 255 or 53.68% from 367); Max value from RGB is 197 - color contains mainly: blue. Hex color #A109C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A109C5 is #5EF63A. Grayscale: #4B4B4B. Windows color (decimal): -6223419 or 12913057. OLE color: 12913057.
HSL color Cylindrical-coordinate representation of color #A109C5: hue angle of 288.51º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A109C5 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 9 | 197 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.23 |
| HSL | 288.51º | 0.91% | 0.4% | - |
| HSV(B) | 288.51º | 0.95% | 0.77% | - |
| XYZ | 24.87 | 11.8 | 53.79 | - |
| YUV | 75.88 | 196.36 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 197 | 0.18 | 0.95 | 0 | 0.23 | 288.51 | 0.91 | 0.4 |
| Hex | A1 | 9 | C5 | 12 | 5F | 0 | 17 | 121 | 5B | 28 |
| Octal | 241 | 11 | 305 | 22 | 137 | 0 | 27 | 441 | 133 | 50 |
| Binary | 10100001 | 1001 | 11000101 | 10010 | 1011111 | 0 | 10111 | 100100001 | 1011011 | 101000 |
Color Harmonies of #A109C5
Complementary color
Monochromatic Colors of #A109C5
Black with #A109C5
Text Example
Text Example
White with #A109C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A109C5; }
p { color: rgb(161,9,197); }
H1.HeaderClassName
{
color: #A109C5;
}
.AnyTagClassName
{
color: #A109C5;
}
</style>
background-color css
<style>
a { background-color: #A109C5; }
a { background-color: rgb(161,9,197); }
div.DivClassName
{
background-color: #A109C5;
}
.BgClassName
{
background-color: #A109C5;
}
</style>
border-color css
<style>
span { border-color: #A109C5; }
span { border-color: rgb(161,9,197); }
td.TdClassName
{
border-color: #A109C5;
}
.TagClassName
{
border-color: #A109C5;
}
</style>