Shades of Blue Violet #A71EED
Tints of Blue Violet #A71EED
RGB
CMYK
RGB Variations
Color information
#A71EED (or 0xA71EED) is known color: Blue Violet. HEX triplet: A7, 1E and ED. RGB value is (167,30,237). Sum of RGB (Red+Green+Blue) = 167+30+237=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #A71EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71EED is #58E112. Grayscale: #5D5D5D. Windows color (decimal): -5824787 or 15539879. OLE color: 15539879.
HSL color Cylindrical-coordinate representation of color #A71EED: hue angle of 279.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71EED is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 30 | 237 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.07 |
| HSL | 279.71º | 0.85% | 0.52% | - |
| HSV(B) | 279.71º | 0.87% | 0.93% | - |
| XYZ | 31.69 | 15.26 | 81.4 | - |
| YUV | 94.56 | 208.39 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 237 | 0.30 | 0.87 | 0 | 0.07 | 279.71 | 0.85 | 0.52 |
| Hex | A7 | 1E | ED | 1E | 57 | 0 | 7 | 118 | 55 | 34 |
| Octal | 247 | 36 | 355 | 36 | 127 | 0 | 7 | 430 | 125 | 64 |
| Binary | 10100111 | 11110 | 11101101 | 11110 | 1010111 | 0 | 111 | 100011000 | 1010101 | 110100 |
Color Harmonies of #A71EED
Complementary color
Monochromatic Colors of #A71EED
Black with #A71EED
Text Example
Text Example
White with #A71EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71EED; }
p { color: rgb(167,30,237); }
H1.HeaderClassName
{
color: #A71EED;
}
.AnyTagClassName
{
color: #A71EED;
}
</style>
background-color css
<style>
a { background-color: #A71EED; }
a { background-color: rgb(167,30,237); }
div.DivClassName
{
background-color: #A71EED;
}
.BgClassName
{
background-color: #A71EED;
}
</style>
border-color css
<style>
span { border-color: #A71EED; }
span { border-color: rgb(167,30,237); }
td.TdClassName
{
border-color: #A71EED;
}
.TagClassName
{
border-color: #A71EED;
}
</style>