Shades of Blue Violet #A421E9
Tints of Blue Violet #A421E9
RGB
CMYK
RGB Variations
Color information
#A421E9 (or 0xA421E9) is known color: Blue Violet. HEX triplet: A4, 21 and E9. RGB value is (164,33,233). Sum of RGB (Red+Green+Blue) = 164+33+233=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 233 (91.41% from 255 or 54.19% from 430); Max value from RGB is 233 - color contains mainly: blue. Hex color #A421E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A421E9 is #5BDE16. Grayscale: #5E5E5E. Windows color (decimal): -6020631 or 15278500. OLE color: 15278500.
HSL color Cylindrical-coordinate representation of color #A421E9: hue angle of 279.3º degrees, saturation: 0.82, 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 #A421E9 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 33 | 233 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.09 |
| HSL | 279.3º | 0.82% | 0.52% | - |
| HSV(B) | 279.3º | 0.86% | 0.91% | - |
| XYZ | 30.56 | 14.86 | 78.35 | - |
| YUV | 94.97 | 205.9 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 233 | 0.30 | 0.86 | 0 | 0.09 | 279.3 | 0.82 | 0.52 |
| Hex | A4 | 21 | E9 | 1E | 56 | 0 | 9 | 117 | 52 | 34 |
| Octal | 244 | 41 | 351 | 36 | 126 | 0 | 11 | 427 | 122 | 64 |
| Binary | 10100100 | 100001 | 11101001 | 11110 | 1010110 | 0 | 1001 | 100010111 | 1010010 | 110100 |
Color Harmonies of #A421E9
Complementary color
Monochromatic Colors of #A421E9
Black with #A421E9
Text Example
Text Example
White with #A421E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A421E9; }
p { color: rgb(164,33,233); }
H1.HeaderClassName
{
color: #A421E9;
}
.AnyTagClassName
{
color: #A421E9;
}
</style>
background-color css
<style>
a { background-color: #A421E9; }
a { background-color: rgb(164,33,233); }
div.DivClassName
{
background-color: #A421E9;
}
.BgClassName
{
background-color: #A421E9;
}
</style>
border-color css
<style>
span { border-color: #A421E9; }
span { border-color: rgb(164,33,233); }
td.TdClassName
{
border-color: #A421E9;
}
.TagClassName
{
border-color: #A421E9;
}
</style>