Shades of Dark Violet #A710B7
Tints of Dark Violet #A710B7
RGB
CMYK
RGB Variations
Color information
#A710B7 (or 0xA710B7) is known color: Dark Violet. HEX triplet: A7, 10 and B7. RGB value is (167,16,183). Sum of RGB (Red+Green+Blue) = 167+16+183=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #A710B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A710B7 is #58EF48. Grayscale: #4F4F4F. Windows color (decimal): -5828425 or 11997351. OLE color: 11997351.
HSL color Cylindrical-coordinate representation of color #A710B7: hue angle of 294.25º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A710B7 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 16 | 183 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.28 |
| HSL | 294.25º | 0.84% | 0.39% | - |
| HSV(B) | 294.25º | 0.91% | 0.72% | - |
| XYZ | 24.67 | 12 | 45.82 | - |
| YUV | 80.19 | 186.03 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 183 | 0.09 | 0.91 | 0 | 0.28 | 294.25 | 0.84 | 0.39 |
| Hex | A7 | 10 | B7 | 9 | 5B | 0 | 1C | 126 | 54 | 27 |
| Octal | 247 | 20 | 267 | 11 | 133 | 0 | 34 | 446 | 124 | 47 |
| Binary | 10100111 | 10000 | 10110111 | 1001 | 1011011 | 0 | 11100 | 100100110 | 1010100 | 100111 |
Color Harmonies of #A710B7
Complementary color
Monochromatic Colors of #A710B7
Black with #A710B7
Text Example
Text Example
White with #A710B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A710B7; }
p { color: rgb(167,16,183); }
H1.HeaderClassName
{
color: #A710B7;
}
.AnyTagClassName
{
color: #A710B7;
}
</style>
background-color css
<style>
a { background-color: #A710B7; }
a { background-color: rgb(167,16,183); }
div.DivClassName
{
background-color: #A710B7;
}
.BgClassName
{
background-color: #A710B7;
}
</style>
border-color css
<style>
span { border-color: #A710B7; }
span { border-color: rgb(167,16,183); }
td.TdClassName
{
border-color: #A710B7;
}
.TagClassName
{
border-color: #A710B7;
}
</style>