Shades of Blue Violet #A71EE6
Tints of Blue Violet #A71EE6
RGB
CMYK
RGB Variations
Color information
#A71EE6 (or 0xA71EE6) is known color: Blue Violet. HEX triplet: A7, 1E and E6. RGB value is (167,30,230). Sum of RGB (Red+Green+Blue) = 167+30+230=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 230 (90.23% from 255 or 53.86% from 427); Max value from RGB is 230 - color contains mainly: blue. Hex color #A71EE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71EE6 is #58E119. Grayscale: #5D5D5D. Windows color (decimal): -5824794 or 15081127. OLE color: 15081127.
HSL color Cylindrical-coordinate representation of color #A71EE6: hue angle of 281.1º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71EE6 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 30 | 230 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.10 |
| HSL | 281.1º | 0.8% | 0.51% | - |
| HSV(B) | 281.1º | 0.87% | 0.9% | - |
| XYZ | 30.68 | 14.86 | 76.11 | - |
| YUV | 93.76 | 204.89 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 230 | 0.27 | 0.87 | 0 | 0.10 | 281.1 | 0.8 | 0.51 |
| Hex | A7 | 1E | E6 | 1B | 57 | 0 | A | 119 | 50 | 33 |
| Octal | 247 | 36 | 346 | 33 | 127 | 0 | 12 | 431 | 120 | 63 |
| Binary | 10100111 | 11110 | 11100110 | 11011 | 1010111 | 0 | 1010 | 100011001 | 1010000 | 110011 |
Color Harmonies of #A71EE6
Complementary color
Monochromatic Colors of #A71EE6
Black with #A71EE6
Text Example
Text Example
White with #A71EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71EE6; }
p { color: rgb(167,30,230); }
H1.HeaderClassName
{
color: #A71EE6;
}
.AnyTagClassName
{
color: #A71EE6;
}
</style>
background-color css
<style>
a { background-color: #A71EE6; }
a { background-color: rgb(167,30,230); }
div.DivClassName
{
background-color: #A71EE6;
}
.BgClassName
{
background-color: #A71EE6;
}
</style>
border-color css
<style>
span { border-color: #A71EE6; }
span { border-color: rgb(167,30,230); }
td.TdClassName
{
border-color: #A71EE6;
}
.TagClassName
{
border-color: #A71EE6;
}
</style>