Shades of Dark Violet #A710DA
Tints of Dark Violet #A710DA
RGB
CMYK
RGB Variations
Color information
#A710DA (or 0xA710DA) is known color: Dark Violet. HEX triplet: A7, 10 and DA. RGB value is (167,16,218). Sum of RGB (Red+Green+Blue) = 167+16+218=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #A710DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A710DA is #58EF25. Grayscale: #535353. Windows color (decimal): -5828390 or 14291111. OLE color: 14291111.
HSL color Cylindrical-coordinate representation of color #A710DA: hue angle of 284.85º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A710DA is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 16 | 218 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.15 |
| HSL | 284.85º | 0.86% | 0.46% | - |
| HSV(B) | 284.85º | 0.93% | 0.85% | - |
| XYZ | 28.78 | 13.65 | 67.45 | - |
| YUV | 84.18 | 203.53 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 218 | 0.23 | 0.93 | 0 | 0.15 | 284.85 | 0.86 | 0.46 |
| Hex | A7 | 10 | DA | 17 | 5D | 0 | F | 11D | 56 | 2E |
| Octal | 247 | 20 | 332 | 27 | 135 | 0 | 17 | 435 | 126 | 56 |
| Binary | 10100111 | 10000 | 11011010 | 10111 | 1011101 | 0 | 1111 | 100011101 | 1010110 | 101110 |
Color Harmonies of #A710DA
Complementary color
Monochromatic Colors of #A710DA
Black with #A710DA
Text Example
Text Example
White with #A710DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A710DA; }
p { color: rgb(167,16,218); }
H1.HeaderClassName
{
color: #A710DA;
}
.AnyTagClassName
{
color: #A710DA;
}
</style>
background-color css
<style>
a { background-color: #A710DA; }
a { background-color: rgb(167,16,218); }
div.DivClassName
{
background-color: #A710DA;
}
.BgClassName
{
background-color: #A710DA;
}
</style>
border-color css
<style>
span { border-color: #A710DA; }
span { border-color: rgb(167,16,218); }
td.TdClassName
{
border-color: #A710DA;
}
.TagClassName
{
border-color: #A710DA;
}
</style>