Shades of Dark Violet #A610CE
Tints of Dark Violet #A610CE
RGB
CMYK
RGB Variations
Color information
#A610CE (or 0xA610CE) is known color: Dark Violet. HEX triplet: A6, 10 and CE. RGB value is (166,16,206). Sum of RGB (Red+Green+Blue) = 166+16+206=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #A610CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610CE is #59EF31. Grayscale: #515151. Windows color (decimal): -5893938 or 13504678. OLE color: 13504678.
HSL color Cylindrical-coordinate representation of color #A610CE: hue angle of 287.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A610CE is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 16 | 206 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.19 |
| HSL | 287.37º | 0.86% | 0.44% | - |
| HSV(B) | 287.37º | 0.92% | 0.81% | - |
| XYZ | 27.05 | 12.93 | 59.46 | - |
| YUV | 82.51 | 197.7 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 206 | 0.19 | 0.92 | 0 | 0.19 | 287.37 | 0.86 | 0.44 |
| Hex | A6 | 10 | CE | 13 | 5C | 0 | 13 | 11F | 56 | 2C |
| Octal | 246 | 20 | 316 | 23 | 134 | 0 | 23 | 437 | 126 | 54 |
| Binary | 10100110 | 10000 | 11001110 | 10011 | 1011100 | 0 | 10011 | 100011111 | 1010110 | 101100 |
Color Harmonies of #A610CE
Complementary color
Monochromatic Colors of #A610CE
Black with #A610CE
Text Example
Text Example
White with #A610CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A610CE; }
p { color: rgb(166,16,206); }
H1.HeaderClassName
{
color: #A610CE;
}
.AnyTagClassName
{
color: #A610CE;
}
</style>
background-color css
<style>
a { background-color: #A610CE; }
a { background-color: rgb(166,16,206); }
div.DivClassName
{
background-color: #A610CE;
}
.BgClassName
{
background-color: #A610CE;
}
</style>
border-color css
<style>
span { border-color: #A610CE; }
span { border-color: rgb(166,16,206); }
td.TdClassName
{
border-color: #A610CE;
}
.TagClassName
{
border-color: #A610CE;
}
</style>