Shades of Blue Violet #A21AED
Tints of Blue Violet #A21AED
RGB
CMYK
RGB Variations
Color information
#A21AED (or 0xA21AED) is known color: Blue Violet. HEX triplet: A2, 1A and ED. RGB value is (162,26,237). Sum of RGB (Red+Green+Blue) = 162+26+237=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #A21AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21AED is #5DE512. Grayscale: #5A5A5A. Windows color (decimal): -6153491 or 15538850. OLE color: 15538850.
HSL color Cylindrical-coordinate representation of color #A21AED: hue angle of 278.67º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21AED is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 26 | 237 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.07 |
| HSL | 278.67º | 0.85% | 0.52% | - |
| HSV(B) | 278.67º | 0.89% | 0.93% | - |
| XYZ | 30.56 | 14.53 | 81.32 | - |
| YUV | 90.72 | 210.56 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 237 | 0.32 | 0.89 | 0 | 0.07 | 278.67 | 0.85 | 0.52 |
| Hex | A2 | 1A | ED | 20 | 59 | 0 | 7 | 117 | 55 | 34 |
| Octal | 242 | 32 | 355 | 40 | 131 | 0 | 7 | 427 | 125 | 64 |
| Binary | 10100010 | 11010 | 11101101 | 100000 | 1011001 | 0 | 111 | 100010111 | 1010101 | 110100 |
Color Harmonies of #A21AED
Complementary color
Monochromatic Colors of #A21AED
Black with #A21AED
Text Example
Text Example
White with #A21AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21AED; }
p { color: rgb(162,26,237); }
H1.HeaderClassName
{
color: #A21AED;
}
.AnyTagClassName
{
color: #A21AED;
}
</style>
background-color css
<style>
a { background-color: #A21AED; }
a { background-color: rgb(162,26,237); }
div.DivClassName
{
background-color: #A21AED;
}
.BgClassName
{
background-color: #A21AED;
}
</style>
border-color css
<style>
span { border-color: #A21AED; }
span { border-color: rgb(162,26,237); }
td.TdClassName
{
border-color: #A21AED;
}
.TagClassName
{
border-color: #A21AED;
}
</style>