Shades of Blue Violet #A721E8
Tints of Blue Violet #A721E8
RGB
CMYK
RGB Variations
Color information
#A721E8 (or 0xA721E8) is known color: Blue Violet. HEX triplet: A7, 21 and E8. RGB value is (167,33,232). Sum of RGB (Red+Green+Blue) = 167+33+232=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 232 (91.02% from 255 or 53.70% from 432); Max value from RGB is 232 - color contains mainly: blue. Hex color #A721E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A721E8 is #58DE17. Grayscale: #5F5F5F. Windows color (decimal): -5824024 or 15212967. OLE color: 15212967.
HSL color Cylindrical-coordinate representation of color #A721E8: hue angle of 280.4º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A721E8 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 33 | 232 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.09 |
| HSL | 280.4º | 0.81% | 0.52% | - |
| HSV(B) | 280.4º | 0.86% | 0.91% | - |
| XYZ | 31.05 | 15.13 | 77.63 | - |
| YUV | 95.75 | 204.89 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 33 | 232 | 0.28 | 0.86 | 0 | 0.09 | 280.4 | 0.81 | 0.52 |
| Hex | A7 | 21 | E8 | 1C | 56 | 0 | 9 | 118 | 51 | 34 |
| Octal | 247 | 41 | 350 | 34 | 126 | 0 | 11 | 430 | 121 | 64 |
| Binary | 10100111 | 100001 | 11101000 | 11100 | 1010110 | 0 | 1001 | 100011000 | 1010001 | 110100 |
Color Harmonies of #A721E8
Complementary color
Monochromatic Colors of #A721E8
Black with #A721E8
Text Example
Text Example
White with #A721E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A721E8; }
p { color: rgb(167,33,232); }
H1.HeaderClassName
{
color: #A721E8;
}
.AnyTagClassName
{
color: #A721E8;
}
</style>
background-color css
<style>
a { background-color: #A721E8; }
a { background-color: rgb(167,33,232); }
div.DivClassName
{
background-color: #A721E8;
}
.BgClassName
{
background-color: #A721E8;
}
</style>
border-color css
<style>
span { border-color: #A721E8; }
span { border-color: rgb(167,33,232); }
td.TdClassName
{
border-color: #A721E8;
}
.TagClassName
{
border-color: #A721E8;
}
</style>