Shades of Dark Violet #A107D1
Tints of Dark Violet #A107D1
RGB
CMYK
RGB Variations
Color information
#A107D1 (or 0xA107D1) is known color: Dark Violet. HEX triplet: A1, 07 and D1. RGB value is (161,7,209). Sum of RGB (Red+Green+Blue) = 161+7+209=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 209 (82.03% from 255 or 55.44% from 377); Max value from RGB is 209 - color contains mainly: blue. Hex color #A107D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A107D1 is #5EF82E. Grayscale: #4B4B4B. Windows color (decimal): -6223919 or 13698977. OLE color: 13698977.
HSL color Cylindrical-coordinate representation of color #A107D1: hue angle of 285.74º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A107D1 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 7 | 209 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.18 |
| HSL | 285.74º | 0.94% | 0.42% | - |
| HSV(B) | 285.74º | 0.97% | 0.82% | - |
| XYZ | 26.28 | 12.33 | 61.32 | - |
| YUV | 76.07 | 203.02 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 209 | 0.23 | 0.97 | 0 | 0.18 | 285.74 | 0.94 | 0.42 |
| Hex | A1 | 7 | D1 | 17 | 61 | 0 | 12 | 11E | 5E | 2A |
| Octal | 241 | 7 | 321 | 27 | 141 | 0 | 22 | 436 | 136 | 52 |
| Binary | 10100001 | 111 | 11010001 | 10111 | 1100001 | 0 | 10010 | 100011110 | 1011110 | 101010 |
Color Harmonies of #A107D1
Complementary color
Monochromatic Colors of #A107D1
Black with #A107D1
Text Example
Text Example
White with #A107D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A107D1; }
p { color: rgb(161,7,209); }
H1.HeaderClassName
{
color: #A107D1;
}
.AnyTagClassName
{
color: #A107D1;
}
</style>
background-color css
<style>
a { background-color: #A107D1; }
a { background-color: rgb(161,7,209); }
div.DivClassName
{
background-color: #A107D1;
}
.BgClassName
{
background-color: #A107D1;
}
</style>
border-color css
<style>
span { border-color: #A107D1; }
span { border-color: rgb(161,7,209); }
td.TdClassName
{
border-color: #A107D1;
}
.TagClassName
{
border-color: #A107D1;
}
</style>