Shades of Dark Violet #A614BA
Tints of Dark Violet #A614BA
RGB
CMYK
RGB Variations
Color information
#A614BA (or 0xA614BA) is known color: Dark Violet. HEX triplet: A6, 14 and BA. RGB value is (166,20,186). Sum of RGB (Red+Green+Blue) = 166+20+186=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #A614BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A614BA is #59EB45. Grayscale: #525252. Windows color (decimal): -5892934 or 12194982. OLE color: 12194982.
HSL color Cylindrical-coordinate representation of color #A614BA: hue angle of 292.77º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A614BA is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 20 | 186 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.27 |
| HSL | 292.77º | 0.81% | 0.4% | - |
| HSV(B) | 292.77º | 0.89% | 0.73% | - |
| XYZ | 24.84 | 12.15 | 47.49 | - |
| YUV | 82.58 | 186.37 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 186 | 0.11 | 0.89 | 0 | 0.27 | 292.77 | 0.81 | 0.4 |
| Hex | A6 | 14 | BA | B | 59 | 0 | 1B | 125 | 51 | 28 |
| Octal | 246 | 24 | 272 | 13 | 131 | 0 | 33 | 445 | 121 | 50 |
| Binary | 10100110 | 10100 | 10111010 | 1011 | 1011001 | 0 | 11011 | 100100101 | 1010001 | 101000 |
Color Harmonies of #A614BA
Complementary color
Monochromatic Colors of #A614BA
Black with #A614BA
Text Example
Text Example
White with #A614BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A614BA; }
p { color: rgb(166,20,186); }
H1.HeaderClassName
{
color: #A614BA;
}
.AnyTagClassName
{
color: #A614BA;
}
</style>
background-color css
<style>
a { background-color: #A614BA; }
a { background-color: rgb(166,20,186); }
div.DivClassName
{
background-color: #A614BA;
}
.BgClassName
{
background-color: #A614BA;
}
</style>
border-color css
<style>
span { border-color: #A614BA; }
span { border-color: rgb(166,20,186); }
td.TdClassName
{
border-color: #A614BA;
}
.TagClassName
{
border-color: #A614BA;
}
</style>