Shades of Dark Violet #A615CE
Tints of Dark Violet #A615CE
RGB
CMYK
RGB Variations
Color information
#A615CE (or 0xA615CE) is known color: Dark Violet. HEX triplet: A6, 15 and CE. RGB value is (166,21,206). Sum of RGB (Red+Green+Blue) = 166+21+206=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #A615CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A615CE is #59EA31. Grayscale: #545454. Windows color (decimal): -5892658 or 13505958. OLE color: 13505958.
HSL color Cylindrical-coordinate representation of color #A615CE: hue angle of 287.03º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A615CE is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 21 | 206 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.19 |
| HSL | 287.03º | 0.81% | 0.45% | - |
| HSV(B) | 287.03º | 0.9% | 0.81% | - |
| XYZ | 27.13 | 13.1 | 59.49 | - |
| YUV | 85.45 | 196.04 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 206 | 0.19 | 0.90 | 0 | 0.19 | 287.03 | 0.81 | 0.45 |
| Hex | A6 | 15 | CE | 13 | 5A | 0 | 13 | 11F | 51 | 2D |
| Octal | 246 | 25 | 316 | 23 | 132 | 0 | 23 | 437 | 121 | 55 |
| Binary | 10100110 | 10101 | 11001110 | 10011 | 1011010 | 0 | 10011 | 100011111 | 1010001 | 101101 |
Color Harmonies of #A615CE
Complementary color
Monochromatic Colors of #A615CE
Black with #A615CE
Text Example
Text Example
White with #A615CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A615CE; }
p { color: rgb(166,21,206); }
H1.HeaderClassName
{
color: #A615CE;
}
.AnyTagClassName
{
color: #A615CE;
}
</style>
background-color css
<style>
a { background-color: #A615CE; }
a { background-color: rgb(166,21,206); }
div.DivClassName
{
background-color: #A615CE;
}
.BgClassName
{
background-color: #A615CE;
}
</style>
border-color css
<style>
span { border-color: #A615CE; }
span { border-color: rgb(166,21,206); }
td.TdClassName
{
border-color: #A615CE;
}
.TagClassName
{
border-color: #A615CE;
}
</style>