Shades of Blue Violet #A820ED
Tints of Blue Violet #A820ED
RGB
CMYK
RGB Variations
Color information
#A820ED (or 0xA820ED) is known color: Blue Violet. HEX triplet: A8, 20 and ED. RGB value is (168,32,237). Sum of RGB (Red+Green+Blue) = 168+32+237=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #A820ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A820ED is #57DF12. Grayscale: #5F5F5F. Windows color (decimal): -5758739 or 15540392. OLE color: 15540392.
HSL color Cylindrical-coordinate representation of color #A820ED: hue angle of 279.8º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A820ED is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 32 | 237 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.07 |
| HSL | 279.8º | 0.85% | 0.53% | - |
| HSV(B) | 279.8º | 0.86% | 0.93% | - |
| XYZ | 31.95 | 15.47 | 81.42 | - |
| YUV | 96.03 | 207.56 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 237 | 0.29 | 0.86 | 0 | 0.07 | 279.8 | 0.85 | 0.53 |
| Hex | A8 | 20 | ED | 1D | 56 | 0 | 7 | 118 | 55 | 35 |
| Octal | 250 | 40 | 355 | 35 | 126 | 0 | 7 | 430 | 125 | 65 |
| Binary | 10101000 | 100000 | 11101101 | 11101 | 1010110 | 0 | 111 | 100011000 | 1010101 | 110101 |
Color Harmonies of #A820ED
Complementary color
Monochromatic Colors of #A820ED
Black with #A820ED
Text Example
Text Example
White with #A820ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A820ED; }
p { color: rgb(168,32,237); }
H1.HeaderClassName
{
color: #A820ED;
}
.AnyTagClassName
{
color: #A820ED;
}
</style>
background-color css
<style>
a { background-color: #A820ED; }
a { background-color: rgb(168,32,237); }
div.DivClassName
{
background-color: #A820ED;
}
.BgClassName
{
background-color: #A820ED;
}
</style>
border-color css
<style>
span { border-color: #A820ED; }
span { border-color: rgb(168,32,237); }
td.TdClassName
{
border-color: #A820ED;
}
.TagClassName
{
border-color: #A820ED;
}
</style>