Shades of Dark Violet #A615C1
Tints of Dark Violet #A615C1
RGB
CMYK
RGB Variations
Color information
#A615C1 (or 0xA615C1) is known color: Dark Violet. HEX triplet: A6, 15 and C1. RGB value is (166,21,193). Sum of RGB (Red+Green+Blue) = 166+21+193=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #A615C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A615C1 is #59EA3E. Grayscale: #535353. Windows color (decimal): -5892671 or 12653990. OLE color: 12653990.
HSL color Cylindrical-coordinate representation of color #A615C1: hue angle of 290.58º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A615C1 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 21 | 193 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.24 |
| HSL | 290.58º | 0.8% | 0.42% | - |
| HSV(B) | 290.58º | 0.89% | 0.76% | - |
| XYZ | 25.62 | 12.49 | 51.51 | - |
| YUV | 83.96 | 189.54 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 193 | 0.14 | 0.89 | 0 | 0.24 | 290.58 | 0.8 | 0.42 |
| Hex | A6 | 15 | C1 | E | 59 | 0 | 18 | 123 | 50 | 2A |
| Octal | 246 | 25 | 301 | 16 | 131 | 0 | 30 | 443 | 120 | 52 |
| Binary | 10100110 | 10101 | 11000001 | 1110 | 1011001 | 0 | 11000 | 100100011 | 1010000 | 101010 |
Color Harmonies of #A615C1
Complementary color
Monochromatic Colors of #A615C1
Black with #A615C1
Text Example
Text Example
White with #A615C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A615C1; }
p { color: rgb(166,21,193); }
H1.HeaderClassName
{
color: #A615C1;
}
.AnyTagClassName
{
color: #A615C1;
}
</style>
background-color css
<style>
a { background-color: #A615C1; }
a { background-color: rgb(166,21,193); }
div.DivClassName
{
background-color: #A615C1;
}
.BgClassName
{
background-color: #A615C1;
}
</style>
border-color css
<style>
span { border-color: #A615C1; }
span { border-color: rgb(166,21,193); }
td.TdClassName
{
border-color: #A615C1;
}
.TagClassName
{
border-color: #A615C1;
}
</style>