Shades of Blue Violet #A21EEA
Tints of Blue Violet #A21EEA
RGB
CMYK
RGB Variations
Color information
#A21EEA (or 0xA21EEA) is known color: Blue Violet. HEX triplet: A2, 1E and EA. RGB value is (162,30,234). Sum of RGB (Red+Green+Blue) = 162+30+234=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #A21EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21EEA is #5DE115. Grayscale: #5C5C5C. Windows color (decimal): -6152470 or 15343266. OLE color: 15343266.
HSL color Cylindrical-coordinate representation of color #A21EEA: hue angle of 278.82º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21EEA is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 30 | 234 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.08 |
| HSL | 278.82º | 0.83% | 0.52% | - |
| HSV(B) | 278.82º | 0.87% | 0.92% | - |
| XYZ | 30.22 | 14.55 | 79.06 | - |
| YUV | 92.72 | 207.73 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 234 | 0.31 | 0.87 | 0 | 0.08 | 278.82 | 0.83 | 0.52 |
| Hex | A2 | 1E | EA | 1F | 57 | 0 | 8 | 117 | 53 | 34 |
| Octal | 242 | 36 | 352 | 37 | 127 | 0 | 10 | 427 | 123 | 64 |
| Binary | 10100010 | 11110 | 11101010 | 11111 | 1010111 | 0 | 1000 | 100010111 | 1010011 | 110100 |
Color Harmonies of #A21EEA
Complementary color
Monochromatic Colors of #A21EEA
Black with #A21EEA
Text Example
Text Example
White with #A21EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21EEA; }
p { color: rgb(162,30,234); }
H1.HeaderClassName
{
color: #A21EEA;
}
.AnyTagClassName
{
color: #A21EEA;
}
</style>
background-color css
<style>
a { background-color: #A21EEA; }
a { background-color: rgb(162,30,234); }
div.DivClassName
{
background-color: #A21EEA;
}
.BgClassName
{
background-color: #A21EEA;
}
</style>
border-color css
<style>
span { border-color: #A21EEA; }
span { border-color: rgb(162,30,234); }
td.TdClassName
{
border-color: #A21EEA;
}
.TagClassName
{
border-color: #A21EEA;
}
</style>