Shades of Dark Violet #A615C0
Tints of Dark Violet #A615C0
RGB
CMYK
RGB Variations
Color information
#A615C0 (or 0xA615C0) is known color: Dark Violet. HEX triplet: A6, 15 and C0. RGB value is (166,21,192). Sum of RGB (Red+Green+Blue) = 166+21+192=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #A615C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A615C0 is #59EA3F. Grayscale: #535353. Windows color (decimal): -5892672 or 12588454. OLE color: 12588454.
HSL color Cylindrical-coordinate representation of color #A615C0: hue angle of 290.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A615C0 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 21 | 192 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.25 |
| HSL | 290.88º | 0.8% | 0.42% | - |
| HSV(B) | 290.88º | 0.89% | 0.75% | - |
| XYZ | 25.51 | 12.45 | 50.93 | - |
| YUV | 83.85 | 189.04 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 192 | 0.14 | 0.89 | 0 | 0.25 | 290.88 | 0.8 | 0.42 |
| Hex | A6 | 15 | C0 | E | 59 | 0 | 19 | 123 | 50 | 2A |
| Octal | 246 | 25 | 300 | 16 | 131 | 0 | 31 | 443 | 120 | 52 |
| Binary | 10100110 | 10101 | 11000000 | 1110 | 1011001 | 0 | 11001 | 100100011 | 1010000 | 101010 |
Color Harmonies of #A615C0
Complementary color
Monochromatic Colors of #A615C0
Black with #A615C0
Text Example
Text Example
White with #A615C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A615C0; }
p { color: rgb(166,21,192); }
H1.HeaderClassName
{
color: #A615C0;
}
.AnyTagClassName
{
color: #A615C0;
}
</style>
background-color css
<style>
a { background-color: #A615C0; }
a { background-color: rgb(166,21,192); }
div.DivClassName
{
background-color: #A615C0;
}
.BgClassName
{
background-color: #A615C0;
}
</style>
border-color css
<style>
span { border-color: #A615C0; }
span { border-color: rgb(166,21,192); }
td.TdClassName
{
border-color: #A615C0;
}
.TagClassName
{
border-color: #A615C0;
}
</style>