Shades of Blue Violet #A821EA
Tints of Blue Violet #A821EA
RGB
CMYK
RGB Variations
Color information
#A821EA (or 0xA821EA) is known color: Blue Violet. HEX triplet: A8, 21 and EA. RGB value is (168,33,234). Sum of RGB (Red+Green+Blue) = 168+33+234=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #A821EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A821EA is #57DE15. Grayscale: #5F5F5F. Windows color (decimal): -5758486 or 15344040. OLE color: 15344040.
HSL color Cylindrical-coordinate representation of color #A821EA: hue angle of 280.3º 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 #A821EA is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 33 | 234 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.08 |
| HSL | 280.3º | 0.83% | 0.52% | - |
| HSV(B) | 280.3º | 0.86% | 0.92% | - |
| XYZ | 31.54 | 15.35 | 79.14 | - |
| YUV | 96.28 | 205.73 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 234 | 0.28 | 0.86 | 0 | 0.08 | 280.3 | 0.83 | 0.52 |
| Hex | A8 | 21 | EA | 1C | 56 | 0 | 8 | 118 | 53 | 34 |
| Octal | 250 | 41 | 352 | 34 | 126 | 0 | 10 | 430 | 123 | 64 |
| Binary | 10101000 | 100001 | 11101010 | 11100 | 1010110 | 0 | 1000 | 100011000 | 1010011 | 110100 |
Color Harmonies of #A821EA
Complementary color
Monochromatic Colors of #A821EA
Black with #A821EA
Text Example
Text Example
White with #A821EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821EA; }
p { color: rgb(168,33,234); }
H1.HeaderClassName
{
color: #A821EA;
}
.AnyTagClassName
{
color: #A821EA;
}
</style>
background-color css
<style>
a { background-color: #A821EA; }
a { background-color: rgb(168,33,234); }
div.DivClassName
{
background-color: #A821EA;
}
.BgClassName
{
background-color: #A821EA;
}
</style>
border-color css
<style>
span { border-color: #A821EA; }
span { border-color: rgb(168,33,234); }
td.TdClassName
{
border-color: #A821EA;
}
.TagClassName
{
border-color: #A821EA;
}
</style>