Shades of Blue Violet #A21BED
Tints of Blue Violet #A21BED
RGB
CMYK
RGB Variations
Color information
#A21BED (or 0xA21BED) is known color: Blue Violet. HEX triplet: A2, 1B and ED. RGB value is (162,27,237). Sum of RGB (Red+Green+Blue) = 162+27+237=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #A21BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21BED is #5DE412. Grayscale: #5A5A5A. Windows color (decimal): -6153235 or 15539106. OLE color: 15539106.
HSL color Cylindrical-coordinate representation of color #A21BED: hue angle of 278.57º 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 #A21BED is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 27 | 237 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.07 |
| HSL | 278.57º | 0.85% | 0.52% | - |
| HSV(B) | 278.57º | 0.89% | 0.93% | - |
| XYZ | 30.58 | 14.58 | 81.32 | - |
| YUV | 91.31 | 210.23 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 237 | 0.32 | 0.89 | 0 | 0.07 | 278.57 | 0.85 | 0.52 |
| Hex | A2 | 1B | ED | 20 | 59 | 0 | 7 | 117 | 55 | 34 |
| Octal | 242 | 33 | 355 | 40 | 131 | 0 | 7 | 427 | 125 | 64 |
| Binary | 10100010 | 11011 | 11101101 | 100000 | 1011001 | 0 | 111 | 100010111 | 1010101 | 110100 |
Color Harmonies of #A21BED
Complementary color
Monochromatic Colors of #A21BED
Black with #A21BED
Text Example
Text Example
White with #A21BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21BED; }
p { color: rgb(162,27,237); }
H1.HeaderClassName
{
color: #A21BED;
}
.AnyTagClassName
{
color: #A21BED;
}
</style>
background-color css
<style>
a { background-color: #A21BED; }
a { background-color: rgb(162,27,237); }
div.DivClassName
{
background-color: #A21BED;
}
.BgClassName
{
background-color: #A21BED;
}
</style>
border-color css
<style>
span { border-color: #A21BED; }
span { border-color: rgb(162,27,237); }
td.TdClassName
{
border-color: #A21BED;
}
.TagClassName
{
border-color: #A21BED;
}
</style>