Shades of Dark Violet #A610C7
Tints of Dark Violet #A610C7
RGB
CMYK
RGB Variations
Color information
#A610C7 (or 0xA610C7) is known color: Dark Violet. HEX triplet: A6, 10 and C7. RGB value is (166,16,199). Sum of RGB (Red+Green+Blue) = 166+16+199=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 199 (78.12% from 255 or 52.23% from 381); Max value from RGB is 199 - color contains mainly: blue. Hex color #A610C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610C7 is #59EF38. Grayscale: #515151. Windows color (decimal): -5893945 or 13045926. OLE color: 13045926.
HSL color Cylindrical-coordinate representation of color #A610C7: hue angle of 289.18º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A610C7 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 16 | 199 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.22 |
| HSL | 289.18º | 0.85% | 0.42% | - |
| HSV(B) | 289.18º | 0.92% | 0.78% | - |
| XYZ | 26.22 | 12.6 | 55.08 | - |
| YUV | 81.71 | 194.2 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 199 | 0.17 | 0.92 | 0 | 0.22 | 289.18 | 0.85 | 0.42 |
| Hex | A6 | 10 | C7 | 11 | 5C | 0 | 16 | 121 | 55 | 2A |
| Octal | 246 | 20 | 307 | 21 | 134 | 0 | 26 | 441 | 125 | 52 |
| Binary | 10100110 | 10000 | 11000111 | 10001 | 1011100 | 0 | 10110 | 100100001 | 1010101 | 101010 |
Color Harmonies of #A610C7
Complementary color
Monochromatic Colors of #A610C7
Black with #A610C7
Text Example
Text Example
White with #A610C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A610C7; }
p { color: rgb(166,16,199); }
H1.HeaderClassName
{
color: #A610C7;
}
.AnyTagClassName
{
color: #A610C7;
}
</style>
background-color css
<style>
a { background-color: #A610C7; }
a { background-color: rgb(166,16,199); }
div.DivClassName
{
background-color: #A610C7;
}
.BgClassName
{
background-color: #A610C7;
}
</style>
border-color css
<style>
span { border-color: #A610C7; }
span { border-color: rgb(166,16,199); }
td.TdClassName
{
border-color: #A610C7;
}
.TagClassName
{
border-color: #A610C7;
}
</style>