Shades of Blue Violet #A821EC
Tints of Blue Violet #A821EC
RGB
CMYK
RGB Variations
Color information
#A821EC (or 0xA821EC) is known color: Blue Violet. HEX triplet: A8, 21 and EC. RGB value is (168,33,236). Sum of RGB (Red+Green+Blue) = 168+33+236=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #A821EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A821EC is #57DE13. Grayscale: #5F5F5F. Windows color (decimal): -5758484 or 15475112. OLE color: 15475112.
HSL color Cylindrical-coordinate representation of color #A821EC: hue angle of 279.9º degrees, saturation: 0.84, 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 #A821EC is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 33 | 236 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.07 |
| HSL | 279.9º | 0.84% | 0.53% | - |
| HSV(B) | 279.9º | 0.86% | 0.93% | - |
| XYZ | 31.83 | 15.47 | 80.66 | - |
| YUV | 96.51 | 206.73 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 236 | 0.29 | 0.86 | 0 | 0.07 | 279.9 | 0.84 | 0.53 |
| Hex | A8 | 21 | EC | 1D | 56 | 0 | 7 | 118 | 54 | 35 |
| Octal | 250 | 41 | 354 | 35 | 126 | 0 | 7 | 430 | 124 | 65 |
| Binary | 10101000 | 100001 | 11101100 | 11101 | 1010110 | 0 | 111 | 100011000 | 1010100 | 110101 |
Color Harmonies of #A821EC
Complementary color
Monochromatic Colors of #A821EC
Black with #A821EC
Text Example
Text Example
White with #A821EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821EC; }
p { color: rgb(168,33,236); }
H1.HeaderClassName
{
color: #A821EC;
}
.AnyTagClassName
{
color: #A821EC;
}
</style>
background-color css
<style>
a { background-color: #A821EC; }
a { background-color: rgb(168,33,236); }
div.DivClassName
{
background-color: #A821EC;
}
.BgClassName
{
background-color: #A821EC;
}
</style>
border-color css
<style>
span { border-color: #A821EC; }
span { border-color: rgb(168,33,236); }
td.TdClassName
{
border-color: #A821EC;
}
.TagClassName
{
border-color: #A821EC;
}
</style>