Shades of Dark Violet #A107DB
Tints of Dark Violet #A107DB
RGB
CMYK
RGB Variations
Color information
#A107DB (or 0xA107DB) is known color: Dark Violet. HEX triplet: A1, 07 and DB. RGB value is (161,7,219). Sum of RGB (Red+Green+Blue) = 161+7+219=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #A107DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A107DB is #5EF824. Grayscale: #4C4C4C. Windows color (decimal): -6223909 or 14354337. OLE color: 14354337.
HSL color Cylindrical-coordinate representation of color #A107DB: hue angle of 283.58º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A107DB is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 7 | 219 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.14 |
| HSL | 283.58º | 0.94% | 0.44% | - |
| HSV(B) | 283.58º | 0.97% | 0.86% | - |
| XYZ | 27.56 | 12.84 | 68.04 | - |
| YUV | 77.21 | 208.02 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 219 | 0.26 | 0.97 | 0 | 0.14 | 283.58 | 0.94 | 0.44 |
| Hex | A1 | 7 | DB | 1A | 61 | 0 | E | 11C | 5E | 2C |
| Octal | 241 | 7 | 333 | 32 | 141 | 0 | 16 | 434 | 136 | 54 |
| Binary | 10100001 | 111 | 11011011 | 11010 | 1100001 | 0 | 1110 | 100011100 | 1011110 | 101100 |
Color Harmonies of #A107DB
Complementary color
Monochromatic Colors of #A107DB
Black with #A107DB
Text Example
Text Example
White with #A107DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A107DB; }
p { color: rgb(161,7,219); }
H1.HeaderClassName
{
color: #A107DB;
}
.AnyTagClassName
{
color: #A107DB;
}
</style>
background-color css
<style>
a { background-color: #A107DB; }
a { background-color: rgb(161,7,219); }
div.DivClassName
{
background-color: #A107DB;
}
.BgClassName
{
background-color: #A107DB;
}
</style>
border-color css
<style>
span { border-color: #A107DB; }
span { border-color: rgb(161,7,219); }
td.TdClassName
{
border-color: #A107DB;
}
.TagClassName
{
border-color: #A107DB;
}
</style>