Shades of Dark Violet #A107DE
Tints of Dark Violet #A107DE
RGB
CMYK
RGB Variations
Color information
#A107DE (or 0xA107DE) is known color: Dark Violet. HEX triplet: A1, 07 and DE. RGB value is (161,7,222). Sum of RGB (Red+Green+Blue) = 161+7+222=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #A107DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A107DE is #5EF821. Grayscale: #4C4C4C. Windows color (decimal): -6223906 or 14550945. OLE color: 14550945.
HSL color Cylindrical-coordinate representation of color #A107DE: hue angle of 282.98º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A107DE is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 7 | 222 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.13 |
| HSL | 282.98º | 0.94% | 0.45% | - |
| HSV(B) | 282.98º | 0.97% | 0.87% | - |
| XYZ | 27.96 | 13 | 70.14 | - |
| YUV | 77.56 | 209.52 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 222 | 0.27 | 0.97 | 0 | 0.13 | 282.98 | 0.94 | 0.45 |
| Hex | A1 | 7 | DE | 1B | 61 | 0 | D | 11B | 5E | 2D |
| Octal | 241 | 7 | 336 | 33 | 141 | 0 | 15 | 433 | 136 | 55 |
| Binary | 10100001 | 111 | 11011110 | 11011 | 1100001 | 0 | 1101 | 100011011 | 1011110 | 101101 |
Color Harmonies of #A107DE
Complementary color
Monochromatic Colors of #A107DE
Black with #A107DE
Text Example
Text Example
White with #A107DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A107DE; }
p { color: rgb(161,7,222); }
H1.HeaderClassName
{
color: #A107DE;
}
.AnyTagClassName
{
color: #A107DE;
}
</style>
background-color css
<style>
a { background-color: #A107DE; }
a { background-color: rgb(161,7,222); }
div.DivClassName
{
background-color: #A107DE;
}
.BgClassName
{
background-color: #A107DE;
}
</style>
border-color css
<style>
span { border-color: #A107DE; }
span { border-color: rgb(161,7,222); }
td.TdClassName
{
border-color: #A107DE;
}
.TagClassName
{
border-color: #A107DE;
}
</style>