Shades of Blue Violet #A71EEE
Tints of Blue Violet #A71EEE
RGB
CMYK
RGB Variations
Color information
#A71EEE (or 0xA71EEE) is known color: Blue Violet. HEX triplet: A7, 1E and EE. RGB value is (167,30,238). Sum of RGB (Red+Green+Blue) = 167+30+238=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #A71EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71EEE is #58E111. Grayscale: #5D5D5D. Windows color (decimal): -5824786 or 15605415. OLE color: 15605415.
HSL color Cylindrical-coordinate representation of color #A71EEE: hue angle of 279.52º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71EEE is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 30 | 238 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.07 |
| HSL | 279.52º | 0.86% | 0.53% | - |
| HSV(B) | 279.52º | 0.87% | 0.93% | - |
| XYZ | 31.83 | 15.32 | 82.17 | - |
| YUV | 94.68 | 208.89 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 238 | 0.30 | 0.87 | 0 | 0.07 | 279.52 | 0.86 | 0.53 |
| Hex | A7 | 1E | EE | 1E | 57 | 0 | 7 | 118 | 56 | 35 |
| Octal | 247 | 36 | 356 | 36 | 127 | 0 | 7 | 430 | 126 | 65 |
| Binary | 10100111 | 11110 | 11101110 | 11110 | 1010111 | 0 | 111 | 100011000 | 1010110 | 110101 |
Color Harmonies of #A71EEE
Complementary color
Monochromatic Colors of #A71EEE
Black with #A71EEE
Text Example
Text Example
White with #A71EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71EEE; }
p { color: rgb(167,30,238); }
H1.HeaderClassName
{
color: #A71EEE;
}
.AnyTagClassName
{
color: #A71EEE;
}
</style>
background-color css
<style>
a { background-color: #A71EEE; }
a { background-color: rgb(167,30,238); }
div.DivClassName
{
background-color: #A71EEE;
}
.BgClassName
{
background-color: #A71EEE;
}
</style>
border-color css
<style>
span { border-color: #A71EEE; }
span { border-color: rgb(167,30,238); }
td.TdClassName
{
border-color: #A71EEE;
}
.TagClassName
{
border-color: #A71EEE;
}
</style>