Shades of Dark Violet #A610CF
Tints of Dark Violet #A610CF
RGB
CMYK
RGB Variations
Color information
#A610CF (or 0xA610CF) is known color: Dark Violet. HEX triplet: A6, 10 and CF. RGB value is (166,16,207). Sum of RGB (Red+Green+Blue) = 166+16+207=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #A610CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610CF is #59EF30. Grayscale: #525252. Windows color (decimal): -5893937 or 13570214. OLE color: 13570214.
HSL color Cylindrical-coordinate representation of color #A610CF: hue angle of 287.12º 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 #A610CF is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 16 | 207 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.19 |
| HSL | 287.12º | 0.86% | 0.44% | - |
| HSV(B) | 287.12º | 0.92% | 0.81% | - |
| XYZ | 27.17 | 12.98 | 60.11 | - |
| YUV | 82.62 | 198.2 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 207 | 0.20 | 0.92 | 0 | 0.19 | 287.12 | 0.86 | 0.44 |
| Hex | A6 | 10 | CF | 14 | 5C | 0 | 13 | 11F | 56 | 2C |
| Octal | 246 | 20 | 317 | 24 | 134 | 0 | 23 | 437 | 126 | 54 |
| Binary | 10100110 | 10000 | 11001111 | 10100 | 1011100 | 0 | 10011 | 100011111 | 1010110 | 101100 |
Color Harmonies of #A610CF
Complementary color
Monochromatic Colors of #A610CF
Black with #A610CF
Text Example
Text Example
White with #A610CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A610CF; }
p { color: rgb(166,16,207); }
H1.HeaderClassName
{
color: #A610CF;
}
.AnyTagClassName
{
color: #A610CF;
}
</style>
background-color css
<style>
a { background-color: #A610CF; }
a { background-color: rgb(166,16,207); }
div.DivClassName
{
background-color: #A610CF;
}
.BgClassName
{
background-color: #A610CF;
}
</style>
border-color css
<style>
span { border-color: #A610CF; }
span { border-color: rgb(166,16,207); }
td.TdClassName
{
border-color: #A610CF;
}
.TagClassName
{
border-color: #A610CF;
}
</style>