Shades of Blue Violet #A71EEA
Tints of Blue Violet #A71EEA
RGB
CMYK
RGB Variations
Color information
#A71EEA (or 0xA71EEA) is known color: Blue Violet. HEX triplet: A7, 1E and EA. RGB value is (167,30,234). Sum of RGB (Red+Green+Blue) = 167+30+234=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #A71EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71EEA is #58E115. Grayscale: #5D5D5D. Windows color (decimal): -5824790 or 15343271. OLE color: 15343271.
HSL color Cylindrical-coordinate representation of color #A71EEA: hue angle of 280.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71EEA is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 30 | 234 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.08 |
| HSL | 280.29º | 0.83% | 0.52% | - |
| HSV(B) | 280.29º | 0.87% | 0.92% | - |
| XYZ | 31.25 | 15.08 | 79.11 | - |
| YUV | 94.22 | 206.89 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 234 | 0.29 | 0.87 | 0 | 0.08 | 280.29 | 0.83 | 0.52 |
| Hex | A7 | 1E | EA | 1D | 57 | 0 | 8 | 118 | 53 | 34 |
| Octal | 247 | 36 | 352 | 35 | 127 | 0 | 10 | 430 | 123 | 64 |
| Binary | 10100111 | 11110 | 11101010 | 11101 | 1010111 | 0 | 1000 | 100011000 | 1010011 | 110100 |
Color Harmonies of #A71EEA
Complementary color
Monochromatic Colors of #A71EEA
Black with #A71EEA
Text Example
Text Example
White with #A71EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71EEA; }
p { color: rgb(167,30,234); }
H1.HeaderClassName
{
color: #A71EEA;
}
.AnyTagClassName
{
color: #A71EEA;
}
</style>
background-color css
<style>
a { background-color: #A71EEA; }
a { background-color: rgb(167,30,234); }
div.DivClassName
{
background-color: #A71EEA;
}
.BgClassName
{
background-color: #A71EEA;
}
</style>
border-color css
<style>
span { border-color: #A71EEA; }
span { border-color: rgb(167,30,234); }
td.TdClassName
{
border-color: #A71EEA;
}
.TagClassName
{
border-color: #A71EEA;
}
</style>