Shades of Blue Violet #A820E8
Tints of Blue Violet #A820E8
RGB
CMYK
RGB Variations
Color information
#A820E8 (or 0xA820E8) is known color: Blue Violet. HEX triplet: A8, 20 and E8. RGB value is (168,32,232). Sum of RGB (Red+Green+Blue) = 168+32+232=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 32 (12.89% from 255 or 7.41% 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 #A820E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A820E8 is #57DF17. Grayscale: #5E5E5E. Windows color (decimal): -5758744 or 15212712. OLE color: 15212712.
HSL color Cylindrical-coordinate representation of color #A820E8: hue angle of 280.8º 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 #A820E8 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 32 | 232 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.09 |
| HSL | 280.8º | 0.81% | 0.52% | - |
| HSV(B) | 280.8º | 0.86% | 0.91% | - |
| XYZ | 31.23 | 15.18 | 77.63 | - |
| YUV | 95.46 | 205.06 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 232 | 0.28 | 0.86 | 0 | 0.09 | 280.8 | 0.81 | 0.52 |
| Hex | A8 | 20 | E8 | 1C | 56 | 0 | 9 | 119 | 51 | 34 |
| Octal | 250 | 40 | 350 | 34 | 126 | 0 | 11 | 431 | 121 | 64 |
| Binary | 10101000 | 100000 | 11101000 | 11100 | 1010110 | 0 | 1001 | 100011001 | 1010001 | 110100 |
Color Harmonies of #A820E8
Complementary color
Monochromatic Colors of #A820E8
Black with #A820E8
Text Example
Text Example
White with #A820E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A820E8; }
p { color: rgb(168,32,232); }
H1.HeaderClassName
{
color: #A820E8;
}
.AnyTagClassName
{
color: #A820E8;
}
</style>
background-color css
<style>
a { background-color: #A820E8; }
a { background-color: rgb(168,32,232); }
div.DivClassName
{
background-color: #A820E8;
}
.BgClassName
{
background-color: #A820E8;
}
</style>
border-color css
<style>
span { border-color: #A820E8; }
span { border-color: rgb(168,32,232); }
td.TdClassName
{
border-color: #A820E8;
}
.TagClassName
{
border-color: #A820E8;
}
</style>