Shades of Dark Violet #A610D3
Tints of Dark Violet #A610D3
RGB
CMYK
RGB Variations
Color information
#A610D3 (or 0xA610D3) is known color: Dark Violet. HEX triplet: A6, 10 and D3. RGB value is (166,16,211). Sum of RGB (Red+Green+Blue) = 166+16+211=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 211 (82.81% from 255 or 53.69% from 393); Max value from RGB is 211 - color contains mainly: blue. Hex color #A610D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610D3 is #59EF2C. Grayscale: #525252. Windows color (decimal): -5893933 or 13832358. OLE color: 13832358.
HSL color Cylindrical-coordinate representation of color #A610D3: hue angle of 286.15º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A610D3 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 16 | 211 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.17 |
| HSL | 286.15º | 0.86% | 0.45% | - |
| HSV(B) | 286.15º | 0.92% | 0.83% | - |
| XYZ | 27.67 | 13.18 | 62.71 | - |
| YUV | 83.08 | 200.2 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 211 | 0.21 | 0.92 | 0 | 0.17 | 286.15 | 0.86 | 0.45 |
| Hex | A6 | 10 | D3 | 15 | 5C | 0 | 11 | 11E | 56 | 2D |
| Octal | 246 | 20 | 323 | 25 | 134 | 0 | 21 | 436 | 126 | 55 |
| Binary | 10100110 | 10000 | 11010011 | 10101 | 1011100 | 0 | 10001 | 100011110 | 1010110 | 101101 |
Color Harmonies of #A610D3
Complementary color
Monochromatic Colors of #A610D3
Black with #A610D3
Text Example
Text Example
White with #A610D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A610D3; }
p { color: rgb(166,16,211); }
H1.HeaderClassName
{
color: #A610D3;
}
.AnyTagClassName
{
color: #A610D3;
}
</style>
background-color css
<style>
a { background-color: #A610D3; }
a { background-color: rgb(166,16,211); }
div.DivClassName
{
background-color: #A610D3;
}
.BgClassName
{
background-color: #A610D3;
}
</style>
border-color css
<style>
span { border-color: #A610D3; }
span { border-color: rgb(166,16,211); }
td.TdClassName
{
border-color: #A610D3;
}
.TagClassName
{
border-color: #A610D3;
}
</style>