Shades of Blue Violet #A21DF0
Tints of Blue Violet #A21DF0
RGB
CMYK
RGB Variations
Color information
#A21DF0 (or 0xA21DF0) is known color: Blue Violet. HEX triplet: A2, 1D and F0. RGB value is (162,29,240). Sum of RGB (Red+Green+Blue) = 162+29+240=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #A21DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21DF0 is #5DE20F. Grayscale: #5C5C5C. Windows color (decimal): -6152720 or 15736226. OLE color: 15736226.
HSL color Cylindrical-coordinate representation of color #A21DF0: hue angle of 277.82º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21DF0 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 29 | 240 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.06 |
| HSL | 277.82º | 0.88% | 0.53% | - |
| HSV(B) | 277.82º | 0.88% | 0.94% | - |
| XYZ | 31.07 | 14.85 | 83.67 | - |
| YUV | 92.82 | 211.06 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 29 | 240 | 0.32 | 0.88 | 0 | 0.06 | 277.82 | 0.88 | 0.53 |
| Hex | A2 | 1D | F0 | 20 | 58 | 0 | 6 | 116 | 58 | 35 |
| Octal | 242 | 35 | 360 | 40 | 130 | 0 | 6 | 426 | 130 | 65 |
| Binary | 10100010 | 11101 | 11110000 | 100000 | 1011000 | 0 | 110 | 100010110 | 1011000 | 110101 |
Color Harmonies of #A21DF0
Complementary color
Monochromatic Colors of #A21DF0
Black with #A21DF0
Text Example
Text Example
White with #A21DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21DF0; }
p { color: rgb(162,29,240); }
H1.HeaderClassName
{
color: #A21DF0;
}
.AnyTagClassName
{
color: #A21DF0;
}
</style>
background-color css
<style>
a { background-color: #A21DF0; }
a { background-color: rgb(162,29,240); }
div.DivClassName
{
background-color: #A21DF0;
}
.BgClassName
{
background-color: #A21DF0;
}
</style>
border-color css
<style>
span { border-color: #A21DF0; }
span { border-color: rgb(162,29,240); }
td.TdClassName
{
border-color: #A21DF0;
}
.TagClassName
{
border-color: #A21DF0;
}
</style>