Shades of Blue Violet #A821EF
Tints of Blue Violet #A821EF
RGB
CMYK
RGB Variations
Color information
#A821EF (or 0xA821EF) is known color: Blue Violet. HEX triplet: A8, 21 and EF. RGB value is (168,33,239). Sum of RGB (Red+Green+Blue) = 168+33+239=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #A821EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A821EF is #57DE10. Grayscale: #606060. Windows color (decimal): -5758481 or 15671720. OLE color: 15671720.
HSL color Cylindrical-coordinate representation of color #A821EF: hue angle of 279.32º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A821EF is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 33 | 239 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.06 |
| HSL | 279.32º | 0.87% | 0.53% | - |
| HSV(B) | 279.32º | 0.86% | 0.94% | - |
| XYZ | 32.27 | 15.64 | 82.98 | - |
| YUV | 96.85 | 208.23 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 239 | 0.30 | 0.86 | 0 | 0.06 | 279.32 | 0.87 | 0.53 |
| Hex | A8 | 21 | EF | 1E | 56 | 0 | 6 | 117 | 57 | 35 |
| Octal | 250 | 41 | 357 | 36 | 126 | 0 | 6 | 427 | 127 | 65 |
| Binary | 10101000 | 100001 | 11101111 | 11110 | 1010110 | 0 | 110 | 100010111 | 1010111 | 110101 |
Color Harmonies of #A821EF
Complementary color
Monochromatic Colors of #A821EF
Black with #A821EF
Text Example
Text Example
White with #A821EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821EF; }
p { color: rgb(168,33,239); }
H1.HeaderClassName
{
color: #A821EF;
}
.AnyTagClassName
{
color: #A821EF;
}
</style>
background-color css
<style>
a { background-color: #A821EF; }
a { background-color: rgb(168,33,239); }
div.DivClassName
{
background-color: #A821EF;
}
.BgClassName
{
background-color: #A821EF;
}
</style>
border-color css
<style>
span { border-color: #A821EF; }
span { border-color: rgb(168,33,239); }
td.TdClassName
{
border-color: #A821EF;
}
.TagClassName
{
border-color: #A821EF;
}
</style>