Shades of Blue Violet #A820EA
Tints of Blue Violet #A820EA
RGB
CMYK
RGB Variations
Color information
#A820EA (or 0xA820EA) is known color: Blue Violet. HEX triplet: A8, 20 and EA. RGB value is (168,32,234). Sum of RGB (Red+Green+Blue) = 168+32+234=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #A820EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A820EA is #57DF15. Grayscale: #5F5F5F. Windows color (decimal): -5758742 or 15343784. OLE color: 15343784.
HSL color Cylindrical-coordinate representation of color #A820EA: hue angle of 280.4º 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 #A820EA is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 32 | 234 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.08 |
| HSL | 280.4º | 0.83% | 0.52% | - |
| HSV(B) | 280.4º | 0.86% | 0.92% | - |
| XYZ | 31.52 | 15.3 | 79.13 | - |
| YUV | 95.69 | 206.06 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 234 | 0.28 | 0.86 | 0 | 0.08 | 280.4 | 0.83 | 0.52 |
| Hex | A8 | 20 | EA | 1C | 56 | 0 | 8 | 118 | 53 | 34 |
| Octal | 250 | 40 | 352 | 34 | 126 | 0 | 10 | 430 | 123 | 64 |
| Binary | 10101000 | 100000 | 11101010 | 11100 | 1010110 | 0 | 1000 | 100011000 | 1010011 | 110100 |
Color Harmonies of #A820EA
Complementary color
Monochromatic Colors of #A820EA
Black with #A820EA
Text Example
Text Example
White with #A820EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A820EA; }
p { color: rgb(168,32,234); }
H1.HeaderClassName
{
color: #A820EA;
}
.AnyTagClassName
{
color: #A820EA;
}
</style>
background-color css
<style>
a { background-color: #A820EA; }
a { background-color: rgb(168,32,234); }
div.DivClassName
{
background-color: #A820EA;
}
.BgClassName
{
background-color: #A820EA;
}
</style>
border-color css
<style>
span { border-color: #A820EA; }
span { border-color: rgb(168,32,234); }
td.TdClassName
{
border-color: #A820EA;
}
.TagClassName
{
border-color: #A820EA;
}
</style>