Shades of Blue Violet #A21EE9
Tints of Blue Violet #A21EE9
RGB
CMYK
RGB Variations
Color information
#A21EE9 (or 0xA21EE9) is known color: Blue Violet. HEX triplet: A2, 1E and E9. RGB value is (162,30,233). Sum of RGB (Red+Green+Blue) = 162+30+233=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 233 (91.41% from 255 or 54.82% from 425); Max value from RGB is 233 - color contains mainly: blue. Hex color #A21EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21EE9 is #5DE116. Grayscale: #5B5B5B. Windows color (decimal): -6152471 or 15277730. OLE color: 15277730.
HSL color Cylindrical-coordinate representation of color #A21EE9: hue angle of 279.01º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21EE9 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 30 | 233 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.09 |
| HSL | 279.01º | 0.82% | 0.52% | - |
| HSV(B) | 279.01º | 0.87% | 0.91% | - |
| XYZ | 30.07 | 14.49 | 78.3 | - |
| YUV | 92.61 | 207.23 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 233 | 0.30 | 0.87 | 0 | 0.09 | 279.01 | 0.82 | 0.52 |
| Hex | A2 | 1E | E9 | 1E | 57 | 0 | 9 | 117 | 52 | 34 |
| Octal | 242 | 36 | 351 | 36 | 127 | 0 | 11 | 427 | 122 | 64 |
| Binary | 10100010 | 11110 | 11101001 | 11110 | 1010111 | 0 | 1001 | 100010111 | 1010010 | 110100 |
Color Harmonies of #A21EE9
Complementary color
Monochromatic Colors of #A21EE9
Black with #A21EE9
Text Example
Text Example
White with #A21EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21EE9; }
p { color: rgb(162,30,233); }
H1.HeaderClassName
{
color: #A21EE9;
}
.AnyTagClassName
{
color: #A21EE9;
}
</style>
background-color css
<style>
a { background-color: #A21EE9; }
a { background-color: rgb(162,30,233); }
div.DivClassName
{
background-color: #A21EE9;
}
.BgClassName
{
background-color: #A21EE9;
}
</style>
border-color css
<style>
span { border-color: #A21EE9; }
span { border-color: rgb(162,30,233); }
td.TdClassName
{
border-color: #A21EE9;
}
.TagClassName
{
border-color: #A21EE9;
}
</style>