Shades of Blue Violet #A21FEA
Tints of Blue Violet #A21FEA
RGB
CMYK
RGB Variations
Color information
#A21FEA (or 0xA21FEA) is known color: Blue Violet. HEX triplet: A2, 1F and EA. RGB value is (162,31,234). Sum of RGB (Red+Green+Blue) = 162+31+234=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #A21FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21FEA is #5DE015. Grayscale: #5C5C5C. Windows color (decimal): -6152214 or 15343522. OLE color: 15343522.
HSL color Cylindrical-coordinate representation of color #A21FEA: hue angle of 278.72º 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 #A21FEA is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 31 | 234 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.08 |
| HSL | 278.72º | 0.83% | 0.52% | - |
| HSV(B) | 278.72º | 0.87% | 0.92% | - |
| XYZ | 30.24 | 14.6 | 79.07 | - |
| YUV | 93.31 | 207.4 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 234 | 0.31 | 0.87 | 0 | 0.08 | 278.72 | 0.83 | 0.52 |
| Hex | A2 | 1F | EA | 1F | 57 | 0 | 8 | 117 | 53 | 34 |
| Octal | 242 | 37 | 352 | 37 | 127 | 0 | 10 | 427 | 123 | 64 |
| Binary | 10100010 | 11111 | 11101010 | 11111 | 1010111 | 0 | 1000 | 100010111 | 1010011 | 110100 |
Color Harmonies of #A21FEA
Complementary color
Monochromatic Colors of #A21FEA
Black with #A21FEA
Text Example
Text Example
White with #A21FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21FEA; }
p { color: rgb(162,31,234); }
H1.HeaderClassName
{
color: #A21FEA;
}
.AnyTagClassName
{
color: #A21FEA;
}
</style>
background-color css
<style>
a { background-color: #A21FEA; }
a { background-color: rgb(162,31,234); }
div.DivClassName
{
background-color: #A21FEA;
}
.BgClassName
{
background-color: #A21FEA;
}
</style>
border-color css
<style>
span { border-color: #A21FEA; }
span { border-color: rgb(162,31,234); }
td.TdClassName
{
border-color: #A21FEA;
}
.TagClassName
{
border-color: #A21FEA;
}
</style>