Shades of Dark Violet #A710CF
Tints of Dark Violet #A710CF
RGB
CMYK
RGB Variations
Color information
#A710CF (or 0xA710CF) is known color: Dark Violet. HEX triplet: A7, 10 and CF. RGB value is (167,16,207). Sum of RGB (Red+Green+Blue) = 167+16+207=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #A710CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A710CF is #58EF30. Grayscale: #525252. Windows color (decimal): -5828401 or 13570215. OLE color: 13570215.
HSL color Cylindrical-coordinate representation of color #A710CF: hue angle of 287.43º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A710CF is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 16 | 207 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.19 |
| HSL | 287.43º | 0.86% | 0.44% | - |
| HSV(B) | 287.43º | 0.92% | 0.81% | - |
| XYZ | 27.38 | 13.09 | 60.12 | - |
| YUV | 82.92 | 198.03 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 207 | 0.19 | 0.92 | 0 | 0.19 | 287.43 | 0.86 | 0.44 |
| Hex | A7 | 10 | CF | 13 | 5C | 0 | 13 | 11F | 56 | 2C |
| Octal | 247 | 20 | 317 | 23 | 134 | 0 | 23 | 437 | 126 | 54 |
| Binary | 10100111 | 10000 | 11001111 | 10011 | 1011100 | 0 | 10011 | 100011111 | 1010110 | 101100 |
Color Harmonies of #A710CF
Complementary color
Monochromatic Colors of #A710CF
Black with #A710CF
Text Example
Text Example
White with #A710CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A710CF; }
p { color: rgb(167,16,207); }
H1.HeaderClassName
{
color: #A710CF;
}
.AnyTagClassName
{
color: #A710CF;
}
</style>
background-color css
<style>
a { background-color: #A710CF; }
a { background-color: rgb(167,16,207); }
div.DivClassName
{
background-color: #A710CF;
}
.BgClassName
{
background-color: #A710CF;
}
</style>
border-color css
<style>
span { border-color: #A710CF; }
span { border-color: rgb(167,16,207); }
td.TdClassName
{
border-color: #A710CF;
}
.TagClassName
{
border-color: #A710CF;
}
</style>