Shades of Blue Violet #A21DED
Tints of Blue Violet #A21DED
RGB
CMYK
RGB Variations
Color information
#A21DED (or 0xA21DED) is known color: Blue Violet. HEX triplet: A2, 1D and ED. RGB value is (162,29,237). Sum of RGB (Red+Green+Blue) = 162+29+237=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #A21DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21DED is #5DE212. Grayscale: #5B5B5B. Windows color (decimal): -6152723 or 15539618. OLE color: 15539618.
HSL color Cylindrical-coordinate representation of color #A21DED: hue angle of 278.37º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21DED is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 29 | 237 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.07 |
| HSL | 278.37º | 0.85% | 0.52% | - |
| HSV(B) | 278.37º | 0.88% | 0.93% | - |
| XYZ | 30.63 | 14.67 | 81.34 | - |
| YUV | 92.48 | 209.56 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 29 | 237 | 0.32 | 0.88 | 0 | 0.07 | 278.37 | 0.85 | 0.52 |
| Hex | A2 | 1D | ED | 20 | 58 | 0 | 7 | 116 | 55 | 34 |
| Octal | 242 | 35 | 355 | 40 | 130 | 0 | 7 | 426 | 125 | 64 |
| Binary | 10100010 | 11101 | 11101101 | 100000 | 1011000 | 0 | 111 | 100010110 | 1010101 | 110100 |
Color Harmonies of #A21DED
Complementary color
Monochromatic Colors of #A21DED
Black with #A21DED
Text Example
Text Example
White with #A21DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21DED; }
p { color: rgb(162,29,237); }
H1.HeaderClassName
{
color: #A21DED;
}
.AnyTagClassName
{
color: #A21DED;
}
</style>
background-color css
<style>
a { background-color: #A21DED; }
a { background-color: rgb(162,29,237); }
div.DivClassName
{
background-color: #A21DED;
}
.BgClassName
{
background-color: #A21DED;
}
</style>
border-color css
<style>
span { border-color: #A21DED; }
span { border-color: rgb(162,29,237); }
td.TdClassName
{
border-color: #A21DED;
}
.TagClassName
{
border-color: #A21DED;
}
</style>