Shades of Dark Violet #A109CF
Tints of Dark Violet #A109CF
RGB
CMYK
RGB Variations
Color information
#A109CF (or 0xA109CF) is known color: Dark Violet. HEX triplet: A1, 09 and CF. RGB value is (161,9,207). Sum of RGB (Red+Green+Blue) = 161+9+207=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #A109CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A109CF is #5EF630. Grayscale: #4C4C4C. Windows color (decimal): -6223409 or 13568417. OLE color: 13568417.
HSL color Cylindrical-coordinate representation of color #A109CF: hue angle of 286.06º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A109CF is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 9 | 207 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.19 |
| HSL | 286.06º | 0.92% | 0.42% | - |
| HSV(B) | 286.06º | 0.96% | 0.81% | - |
| XYZ | 26.06 | 12.28 | 60.03 | - |
| YUV | 77.02 | 201.36 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 207 | 0.22 | 0.96 | 0 | 0.19 | 286.06 | 0.92 | 0.42 |
| Hex | A1 | 9 | CF | 16 | 60 | 0 | 13 | 11E | 5C | 2A |
| Octal | 241 | 11 | 317 | 26 | 140 | 0 | 23 | 436 | 134 | 52 |
| Binary | 10100001 | 1001 | 11001111 | 10110 | 1100000 | 0 | 10011 | 100011110 | 1011100 | 101010 |
Color Harmonies of #A109CF
Complementary color
Monochromatic Colors of #A109CF
Black with #A109CF
Text Example
Text Example
White with #A109CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A109CF; }
p { color: rgb(161,9,207); }
H1.HeaderClassName
{
color: #A109CF;
}
.AnyTagClassName
{
color: #A109CF;
}
</style>
background-color css
<style>
a { background-color: #A109CF; }
a { background-color: rgb(161,9,207); }
div.DivClassName
{
background-color: #A109CF;
}
.BgClassName
{
background-color: #A109CF;
}
</style>
border-color css
<style>
span { border-color: #A109CF; }
span { border-color: rgb(161,9,207); }
td.TdClassName
{
border-color: #A109CF;
}
.TagClassName
{
border-color: #A109CF;
}
</style>