Shades of Dark Violet #A710DC
Tints of Dark Violet #A710DC
RGB
CMYK
RGB Variations
Color information
#A710DC (or 0xA710DC) is known color: Dark Violet. HEX triplet: A7, 10 and DC. RGB value is (167,16,220). Sum of RGB (Red+Green+Blue) = 167+16+220=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #A710DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A710DC is #58EF23. Grayscale: #535353. Windows color (decimal): -5828388 or 14422183. OLE color: 14422183.
HSL color Cylindrical-coordinate representation of color #A710DC: hue angle of 284.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A710DC is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 16 | 220 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.14 |
| HSL | 284.41º | 0.86% | 0.46% | - |
| HSV(B) | 284.41º | 0.93% | 0.86% | - |
| XYZ | 29.04 | 13.75 | 68.83 | - |
| YUV | 84.41 | 204.53 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 220 | 0.24 | 0.93 | 0 | 0.14 | 284.41 | 0.86 | 0.46 |
| Hex | A7 | 10 | DC | 18 | 5D | 0 | E | 11C | 56 | 2E |
| Octal | 247 | 20 | 334 | 30 | 135 | 0 | 16 | 434 | 126 | 56 |
| Binary | 10100111 | 10000 | 11011100 | 11000 | 1011101 | 0 | 1110 | 100011100 | 1010110 | 101110 |
Color Harmonies of #A710DC
Complementary color
Monochromatic Colors of #A710DC
Black with #A710DC
Text Example
Text Example
White with #A710DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A710DC; }
p { color: rgb(167,16,220); }
H1.HeaderClassName
{
color: #A710DC;
}
.AnyTagClassName
{
color: #A710DC;
}
</style>
background-color css
<style>
a { background-color: #A710DC; }
a { background-color: rgb(167,16,220); }
div.DivClassName
{
background-color: #A710DC;
}
.BgClassName
{
background-color: #A710DC;
}
</style>
border-color css
<style>
span { border-color: #A710DC; }
span { border-color: rgb(167,16,220); }
td.TdClassName
{
border-color: #A710DC;
}
.TagClassName
{
border-color: #A710DC;
}
</style>