Shades of Blue Violet #A821EB
Tints of Blue Violet #A821EB
RGB
CMYK
RGB Variations
Color information
#A821EB (or 0xA821EB) is known color: Blue Violet. HEX triplet: A8, 21 and EB. RGB value is (168,33,235). Sum of RGB (Red+Green+Blue) = 168+33+235=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #A821EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A821EB is #57DE14. Grayscale: #5F5F5F. Windows color (decimal): -5758485 or 15409576. OLE color: 15409576.
HSL color Cylindrical-coordinate representation of color #A821EB: hue angle of 280.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A821EB is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 33 | 235 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.08 |
| HSL | 280.1º | 0.83% | 0.53% | - |
| HSV(B) | 280.1º | 0.86% | 0.92% | - |
| XYZ | 31.69 | 15.41 | 79.9 | - |
| YUV | 96.39 | 206.23 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 235 | 0.29 | 0.86 | 0 | 0.08 | 280.1 | 0.83 | 0.53 |
| Hex | A8 | 21 | EB | 1D | 56 | 0 | 8 | 118 | 53 | 35 |
| Octal | 250 | 41 | 353 | 35 | 126 | 0 | 10 | 430 | 123 | 65 |
| Binary | 10101000 | 100001 | 11101011 | 11101 | 1010110 | 0 | 1000 | 100011000 | 1010011 | 110101 |
Color Harmonies of #A821EB
Complementary color
Monochromatic Colors of #A821EB
Black with #A821EB
Text Example
Text Example
White with #A821EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821EB; }
p { color: rgb(168,33,235); }
H1.HeaderClassName
{
color: #A821EB;
}
.AnyTagClassName
{
color: #A821EB;
}
</style>
background-color css
<style>
a { background-color: #A821EB; }
a { background-color: rgb(168,33,235); }
div.DivClassName
{
background-color: #A821EB;
}
.BgClassName
{
background-color: #A821EB;
}
</style>
border-color css
<style>
span { border-color: #A821EB; }
span { border-color: rgb(168,33,235); }
td.TdClassName
{
border-color: #A821EB;
}
.TagClassName
{
border-color: #A821EB;
}
</style>