Shades of Dark Violet #A710CC
Tints of Dark Violet #A710CC
RGB
CMYK
RGB Variations
Color information
#A710CC (or 0xA710CC) is known color: Dark Violet. HEX triplet: A7, 10 and CC. RGB value is (167,16,204). Sum of RGB (Red+Green+Blue) = 167+16+204=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #A710CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A710CC is #58EF33. Grayscale: #515151. Windows color (decimal): -5828404 or 13373607. OLE color: 13373607.
HSL color Cylindrical-coordinate representation of color #A710CC: hue angle of 288.19º degrees, saturation: 0.85, 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 #A710CC is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 16 | 204 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.2 |
| HSL | 288.19º | 0.85% | 0.43% | - |
| HSV(B) | 288.19º | 0.92% | 0.8% | - |
| XYZ | 27.02 | 12.95 | 58.2 | - |
| YUV | 82.58 | 196.53 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 204 | 0.18 | 0.92 | 0 | 0.2 | 288.19 | 0.85 | 0.43 |
| Hex | A7 | 10 | CC | 12 | 5C | 0 | 14 | 120 | 55 | 2B |
| Octal | 247 | 20 | 314 | 22 | 134 | 0 | 24 | 440 | 125 | 53 |
| Binary | 10100111 | 10000 | 11001100 | 10010 | 1011100 | 0 | 10100 | 100100000 | 1010101 | 101011 |
Color Harmonies of #A710CC
Complementary color
Monochromatic Colors of #A710CC
Black with #A710CC
Text Example
Text Example
White with #A710CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A710CC; }
p { color: rgb(167,16,204); }
H1.HeaderClassName
{
color: #A710CC;
}
.AnyTagClassName
{
color: #A710CC;
}
</style>
background-color css
<style>
a { background-color: #A710CC; }
a { background-color: rgb(167,16,204); }
div.DivClassName
{
background-color: #A710CC;
}
.BgClassName
{
background-color: #A710CC;
}
</style>
border-color css
<style>
span { border-color: #A710CC; }
span { border-color: rgb(167,16,204); }
td.TdClassName
{
border-color: #A710CC;
}
.TagClassName
{
border-color: #A710CC;
}
</style>