Shades of Blue Violet #A21BEC
Tints of Blue Violet #A21BEC
RGB
CMYK
RGB Variations
Color information
#A21BEC (or 0xA21BEC) is known color: Blue Violet. HEX triplet: A2, 1B and EC. RGB value is (162,27,236). Sum of RGB (Red+Green+Blue) = 162+27+236=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 27 (10.94% from 255 or 6.35% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #A21BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21BEC is #5DE413. Grayscale: #5A5A5A. Windows color (decimal): -6153236 or 15473570. OLE color: 15473570.
HSL color Cylindrical-coordinate representation of color #A21BEC: hue angle of 278.76º 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 #A21BEC is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 27 | 236 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.07 |
| HSL | 278.76º | 0.85% | 0.52% | - |
| HSV(B) | 278.76º | 0.89% | 0.93% | - |
| XYZ | 30.43 | 14.52 | 80.56 | - |
| YUV | 91.19 | 209.73 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 236 | 0.31 | 0.89 | 0 | 0.07 | 278.76 | 0.85 | 0.52 |
| Hex | A2 | 1B | EC | 1F | 59 | 0 | 7 | 117 | 55 | 34 |
| Octal | 242 | 33 | 354 | 37 | 131 | 0 | 7 | 427 | 125 | 64 |
| Binary | 10100010 | 11011 | 11101100 | 11111 | 1011001 | 0 | 111 | 100010111 | 1010101 | 110100 |
Color Harmonies of #A21BEC
Complementary color
Monochromatic Colors of #A21BEC
Black with #A21BEC
Text Example
Text Example
White with #A21BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21BEC; }
p { color: rgb(162,27,236); }
H1.HeaderClassName
{
color: #A21BEC;
}
.AnyTagClassName
{
color: #A21BEC;
}
</style>
background-color css
<style>
a { background-color: #A21BEC; }
a { background-color: rgb(162,27,236); }
div.DivClassName
{
background-color: #A21BEC;
}
.BgClassName
{
background-color: #A21BEC;
}
</style>
border-color css
<style>
span { border-color: #A21BEC; }
span { border-color: rgb(162,27,236); }
td.TdClassName
{
border-color: #A21BEC;
}
.TagClassName
{
border-color: #A21BEC;
}
</style>