Shades of Blue Violet #A21FF6
Tints of Blue Violet #A21FF6
RGB
CMYK
RGB Variations
Color information
#A21FF6 (or 0xA21FF6) is known color: Blue Violet. HEX triplet: A2, 1F and F6. RGB value is (162,31,246). Sum of RGB (Red+Green+Blue) = 162+31+246=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 31 (12.5% from 255 or 7.06% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #A21FF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21FF6 is #5DE009. Grayscale: #5D5D5D. Windows color (decimal): -6152202 or 16129954. OLE color: 16129954.
HSL color Cylindrical-coordinate representation of color #A21FF6: hue angle of 276.56º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21FF6 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 31 | 246 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.04 |
| HSL | 276.56º | 0.92% | 0.54% | - |
| HSV(B) | 276.56º | 0.87% | 0.96% | - |
| XYZ | 32.02 | 15.32 | 88.46 | - |
| YUV | 94.68 | 213.4 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 246 | 0.34 | 0.87 | 0 | 0.04 | 276.56 | 0.92 | 0.54 |
| Hex | A2 | 1F | F6 | 22 | 57 | 0 | 4 | 115 | 5C | 36 |
| Octal | 242 | 37 | 366 | 42 | 127 | 0 | 4 | 425 | 134 | 66 |
| Binary | 10100010 | 11111 | 11110110 | 100010 | 1010111 | 0 | 100 | 100010101 | 1011100 | 110110 |
Color Harmonies of #A21FF6
Complementary color
Monochromatic Colors of #A21FF6
Black with #A21FF6
Text Example
Text Example
White with #A21FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21FF6; }
p { color: rgb(162,31,246); }
H1.HeaderClassName
{
color: #A21FF6;
}
.AnyTagClassName
{
color: #A21FF6;
}
</style>
background-color css
<style>
a { background-color: #A21FF6; }
a { background-color: rgb(162,31,246); }
div.DivClassName
{
background-color: #A21FF6;
}
.BgClassName
{
background-color: #A21FF6;
}
</style>
border-color css
<style>
span { border-color: #A21FF6; }
span { border-color: rgb(162,31,246); }
td.TdClassName
{
border-color: #A21FF6;
}
.TagClassName
{
border-color: #A21FF6;
}
</style>