Shades of Blue Violet #A821E7
Tints of Blue Violet #A821E7
RGB
CMYK
RGB Variations
Color information
#A821E7 (or 0xA821E7) is known color: Blue Violet. HEX triplet: A8, 21 and E7. RGB value is (168,33,231). Sum of RGB (Red+Green+Blue) = 168+33+231=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 231 (90.62% from 255 or 53.47% from 432); Max value from RGB is 231 - color contains mainly: blue. Hex color #A821E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A821E7 is #57DE18. Grayscale: #5F5F5F. Windows color (decimal): -5758489 or 15147432. OLE color: 15147432.
HSL color Cylindrical-coordinate representation of color #A821E7: hue angle of 280.91º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A821E7 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 33 | 231 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.09 |
| HSL | 280.91º | 0.8% | 0.52% | - |
| HSV(B) | 280.91º | 0.86% | 0.91% | - |
| XYZ | 31.12 | 15.18 | 76.89 | - |
| YUV | 95.94 | 204.23 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 231 | 0.27 | 0.86 | 0 | 0.09 | 280.91 | 0.8 | 0.52 |
| Hex | A8 | 21 | E7 | 1B | 56 | 0 | 9 | 119 | 50 | 34 |
| Octal | 250 | 41 | 347 | 33 | 126 | 0 | 11 | 431 | 120 | 64 |
| Binary | 10101000 | 100001 | 11100111 | 11011 | 1010110 | 0 | 1001 | 100011001 | 1010000 | 110100 |
Color Harmonies of #A821E7
Complementary color
Monochromatic Colors of #A821E7
Black with #A821E7
Text Example
Text Example
White with #A821E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821E7; }
p { color: rgb(168,33,231); }
H1.HeaderClassName
{
color: #A821E7;
}
.AnyTagClassName
{
color: #A821E7;
}
</style>
background-color css
<style>
a { background-color: #A821E7; }
a { background-color: rgb(168,33,231); }
div.DivClassName
{
background-color: #A821E7;
}
.BgClassName
{
background-color: #A821E7;
}
</style>
border-color css
<style>
span { border-color: #A821E7; }
span { border-color: rgb(168,33,231); }
td.TdClassName
{
border-color: #A821E7;
}
.TagClassName
{
border-color: #A821E7;
}
</style>