Shades of Blue Violet #A71EE9
Tints of Blue Violet #A71EE9
RGB
CMYK
RGB Variations
Color information
#A71EE9 (or 0xA71EE9) is known color: Blue Violet. HEX triplet: A7, 1E and E9. RGB value is (167,30,233). Sum of RGB (Red+Green+Blue) = 167+30+233=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 233 (91.41% from 255 or 54.19% from 430); Max value from RGB is 233 - color contains mainly: blue. Hex color #A71EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71EE9 is #58E116. Grayscale: #5D5D5D. Windows color (decimal): -5824791 or 15277735. OLE color: 15277735.
HSL color Cylindrical-coordinate representation of color #A71EE9: hue angle of 280.49º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71EE9 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 30 | 233 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.09 |
| HSL | 280.49º | 0.82% | 0.52% | - |
| HSV(B) | 280.49º | 0.87% | 0.91% | - |
| XYZ | 31.11 | 15.03 | 78.35 | - |
| YUV | 94.11 | 206.39 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 233 | 0.28 | 0.87 | 0 | 0.09 | 280.49 | 0.82 | 0.52 |
| Hex | A7 | 1E | E9 | 1C | 57 | 0 | 9 | 118 | 52 | 34 |
| Octal | 247 | 36 | 351 | 34 | 127 | 0 | 11 | 430 | 122 | 64 |
| Binary | 10100111 | 11110 | 11101001 | 11100 | 1010111 | 0 | 1001 | 100011000 | 1010010 | 110100 |
Color Harmonies of #A71EE9
Complementary color
Monochromatic Colors of #A71EE9
Black with #A71EE9
Text Example
Text Example
White with #A71EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71EE9; }
p { color: rgb(167,30,233); }
H1.HeaderClassName
{
color: #A71EE9;
}
.AnyTagClassName
{
color: #A71EE9;
}
</style>
background-color css
<style>
a { background-color: #A71EE9; }
a { background-color: rgb(167,30,233); }
div.DivClassName
{
background-color: #A71EE9;
}
.BgClassName
{
background-color: #A71EE9;
}
</style>
border-color css
<style>
span { border-color: #A71EE9; }
span { border-color: rgb(167,30,233); }
td.TdClassName
{
border-color: #A71EE9;
}
.TagClassName
{
border-color: #A71EE9;
}
</style>