Shades of Dark Violet #A109B7
Tints of Dark Violet #A109B7
RGB
CMYK
RGB Variations
Color information
#A109B7 (or 0xA109B7) is known color: Dark Violet. HEX triplet: A1, 09 and B7. RGB value is (161,9,183). Sum of RGB (Red+Green+Blue) = 161+9+183=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 183 (71.88% from 255 or 51.84% from 353); Max value from RGB is 183 - color contains mainly: blue. Hex color #A109B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A109B7 is #5EF648. Grayscale: #494949. Windows color (decimal): -6223433 or 11995553. OLE color: 11995553.
HSL color Cylindrical-coordinate representation of color #A109B7: hue angle of 292.41º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A109B7 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 9 | 183 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.28 |
| HSL | 292.41º | 0.91% | 0.38% | - |
| HSV(B) | 292.41º | 0.95% | 0.72% | - |
| XYZ | 23.34 | 11.19 | 45.73 | - |
| YUV | 74.28 | 189.36 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 183 | 0.12 | 0.95 | 0 | 0.28 | 292.41 | 0.91 | 0.38 |
| Hex | A1 | 9 | B7 | C | 5F | 0 | 1C | 124 | 5B | 26 |
| Octal | 241 | 11 | 267 | 14 | 137 | 0 | 34 | 444 | 133 | 46 |
| Binary | 10100001 | 1001 | 10110111 | 1100 | 1011111 | 0 | 11100 | 100100100 | 1011011 | 100110 |
Color Harmonies of #A109B7
Complementary color
Monochromatic Colors of #A109B7
Black with #A109B7
Text Example
Text Example
White with #A109B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A109B7; }
p { color: rgb(161,9,183); }
H1.HeaderClassName
{
color: #A109B7;
}
.AnyTagClassName
{
color: #A109B7;
}
</style>
background-color css
<style>
a { background-color: #A109B7; }
a { background-color: rgb(161,9,183); }
div.DivClassName
{
background-color: #A109B7;
}
.BgClassName
{
background-color: #A109B7;
}
</style>
border-color css
<style>
span { border-color: #A109B7; }
span { border-color: rgb(161,9,183); }
td.TdClassName
{
border-color: #A109B7;
}
.TagClassName
{
border-color: #A109B7;
}
</style>