Shades of Dark Violet #A610CD
Tints of Dark Violet #A610CD
RGB
CMYK
RGB Variations
Color information
#A610CD (or 0xA610CD) is known color: Dark Violet. HEX triplet: A6, 10 and CD. RGB value is (166,16,205). Sum of RGB (Red+Green+Blue) = 166+16+205=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #A610CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610CD is #59EF32. Grayscale: #515151. Windows color (decimal): -5893939 or 13439142. OLE color: 13439142.
HSL color Cylindrical-coordinate representation of color #A610CD: hue angle of 287.62º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A610CD is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 16 | 205 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.20 |
| HSL | 287.62º | 0.86% | 0.43% | - |
| HSV(B) | 287.62º | 0.92% | 0.8% | - |
| XYZ | 26.93 | 12.89 | 58.83 | - |
| YUV | 82.4 | 197.2 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 205 | 0.19 | 0.92 | 0 | 0.20 | 287.62 | 0.86 | 0.43 |
| Hex | A6 | 10 | CD | 13 | 5C | 0 | 14 | 120 | 56 | 2B |
| Octal | 246 | 20 | 315 | 23 | 134 | 0 | 24 | 440 | 126 | 53 |
| Binary | 10100110 | 10000 | 11001101 | 10011 | 1011100 | 0 | 10100 | 100100000 | 1010110 | 101011 |
Color Harmonies of #A610CD
Complementary color
Monochromatic Colors of #A610CD
Black with #A610CD
Text Example
Text Example
White with #A610CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A610CD; }
p { color: rgb(166,16,205); }
H1.HeaderClassName
{
color: #A610CD;
}
.AnyTagClassName
{
color: #A610CD;
}
</style>
background-color css
<style>
a { background-color: #A610CD; }
a { background-color: rgb(166,16,205); }
div.DivClassName
{
background-color: #A610CD;
}
.BgClassName
{
background-color: #A610CD;
}
</style>
border-color css
<style>
span { border-color: #A610CD; }
span { border-color: rgb(166,16,205); }
td.TdClassName
{
border-color: #A610CD;
}
.TagClassName
{
border-color: #A610CD;
}
</style>