Shades of Blue Violet #A720EA
Tints of Blue Violet #A720EA
RGB
CMYK
RGB Variations
Color information
#A720EA (or 0xA720EA) is known color: Blue Violet. HEX triplet: A7, 20 and EA. RGB value is (167,32,234). Sum of RGB (Red+Green+Blue) = 167+32+234=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #A720EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A720EA is #58DF15. Grayscale: #5E5E5E. Windows color (decimal): -5824278 or 15343783. OLE color: 15343783.
HSL color Cylindrical-coordinate representation of color #A720EA: hue angle of 280.1º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A720EA is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 32 | 234 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.08 |
| HSL | 280.1º | 0.83% | 0.52% | - |
| HSV(B) | 280.1º | 0.86% | 0.92% | - |
| XYZ | 31.3 | 15.19 | 79.12 | - |
| YUV | 95.39 | 206.23 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 32 | 234 | 0.29 | 0.86 | 0 | 0.08 | 280.1 | 0.83 | 0.52 |
| Hex | A7 | 20 | EA | 1D | 56 | 0 | 8 | 118 | 53 | 34 |
| Octal | 247 | 40 | 352 | 35 | 126 | 0 | 10 | 430 | 123 | 64 |
| Binary | 10100111 | 100000 | 11101010 | 11101 | 1010110 | 0 | 1000 | 100011000 | 1010011 | 110100 |
Color Harmonies of #A720EA
Complementary color
Monochromatic Colors of #A720EA
Black with #A720EA
Text Example
Text Example
White with #A720EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A720EA; }
p { color: rgb(167,32,234); }
H1.HeaderClassName
{
color: #A720EA;
}
.AnyTagClassName
{
color: #A720EA;
}
</style>
background-color css
<style>
a { background-color: #A720EA; }
a { background-color: rgb(167,32,234); }
div.DivClassName
{
background-color: #A720EA;
}
.BgClassName
{
background-color: #A720EA;
}
</style>
border-color css
<style>
span { border-color: #A720EA; }
span { border-color: rgb(167,32,234); }
td.TdClassName
{
border-color: #A720EA;
}
.TagClassName
{
border-color: #A720EA;
}
</style>