Shades of Blue Violet #A21FF5
Tints of Blue Violet #A21FF5
RGB
CMYK
RGB Variations
Color information
#A21FF5 (or 0xA21FF5) is known color: Blue Violet. HEX triplet: A2, 1F and F5. RGB value is (162,31,245). Sum of RGB (Red+Green+Blue) = 162+31+245=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 245 (96.09% from 255 or 55.94% from 438); Max value from RGB is 245 - color contains mainly: blue. Hex color #A21FF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21FF5 is #5DE00A. Grayscale: #5D5D5D. Windows color (decimal): -6152203 or 16064418. OLE color: 16064418.
HSL color Cylindrical-coordinate representation of color #A21FF5: hue angle of 276.73º degrees, saturation: 0.91, 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 #A21FF5 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 31 | 245 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.04 |
| HSL | 276.73º | 0.91% | 0.54% | - |
| HSV(B) | 276.73º | 0.87% | 0.96% | - |
| XYZ | 31.87 | 15.25 | 87.65 | - |
| YUV | 94.57 | 212.9 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 245 | 0.34 | 0.87 | 0 | 0.04 | 276.73 | 0.91 | 0.54 |
| Hex | A2 | 1F | F5 | 22 | 57 | 0 | 4 | 115 | 5B | 36 |
| Octal | 242 | 37 | 365 | 42 | 127 | 0 | 4 | 425 | 133 | 66 |
| Binary | 10100010 | 11111 | 11110101 | 100010 | 1010111 | 0 | 100 | 100010101 | 1011011 | 110110 |
Color Harmonies of #A21FF5
Complementary color
Monochromatic Colors of #A21FF5
Black with #A21FF5
Text Example
Text Example
White with #A21FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21FF5; }
p { color: rgb(162,31,245); }
H1.HeaderClassName
{
color: #A21FF5;
}
.AnyTagClassName
{
color: #A21FF5;
}
</style>
background-color css
<style>
a { background-color: #A21FF5; }
a { background-color: rgb(162,31,245); }
div.DivClassName
{
background-color: #A21FF5;
}
.BgClassName
{
background-color: #A21FF5;
}
</style>
border-color css
<style>
span { border-color: #A21FF5; }
span { border-color: rgb(162,31,245); }
td.TdClassName
{
border-color: #A21FF5;
}
.TagClassName
{
border-color: #A21FF5;
}
</style>