Shades of Dark Violet #A109B5
Tints of Dark Violet #A109B5
RGB
CMYK
RGB Variations
Color information
#A109B5 (or 0xA109B5) is known color: Dark Violet. HEX triplet: A1, 09 and B5. RGB value is (161,9,181). Sum of RGB (Red+Green+Blue) = 161+9+181=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 181 (71.09% from 255 or 51.57% from 351); Max value from RGB is 181 - color contains mainly: blue. Hex color #A109B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A109B5 is #5EF64A. Grayscale: #494949. Windows color (decimal): -6223435 or 11864481. OLE color: 11864481.
HSL color Cylindrical-coordinate representation of color #A109B5: hue angle of 293.02º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A109B5 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 9 | 181 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.29 |
| HSL | 293.02º | 0.91% | 0.37% | - |
| HSV(B) | 293.02º | 0.95% | 0.71% | - |
| XYZ | 23.14 | 11.11 | 44.64 | - |
| YUV | 74.06 | 188.36 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 181 | 0.11 | 0.95 | 0 | 0.29 | 293.02 | 0.91 | 0.37 |
| Hex | A1 | 9 | B5 | B | 5F | 0 | 1D | 125 | 5B | 25 |
| Octal | 241 | 11 | 265 | 13 | 137 | 0 | 35 | 445 | 133 | 45 |
| Binary | 10100001 | 1001 | 10110101 | 1011 | 1011111 | 0 | 11101 | 100100101 | 1011011 | 100101 |
Color Harmonies of #A109B5
Complementary color
Monochromatic Colors of #A109B5
Black with #A109B5
Text Example
Text Example
White with #A109B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A109B5; }
p { color: rgb(161,9,181); }
H1.HeaderClassName
{
color: #A109B5;
}
.AnyTagClassName
{
color: #A109B5;
}
</style>
background-color css
<style>
a { background-color: #A109B5; }
a { background-color: rgb(161,9,181); }
div.DivClassName
{
background-color: #A109B5;
}
.BgClassName
{
background-color: #A109B5;
}
</style>
border-color css
<style>
span { border-color: #A109B5; }
span { border-color: rgb(161,9,181); }
td.TdClassName
{
border-color: #A109B5;
}
.TagClassName
{
border-color: #A109B5;
}
</style>