Shades of Blue Violet #A21FFB
Tints of Blue Violet #A21FFB
RGB
CMYK
RGB Variations
Color information
#A21FFB (or 0xA21FFB) is known color: Blue Violet. HEX triplet: A2, 1F and FB. RGB value is (162,31,251). Sum of RGB (Red+Green+Blue) = 162+31+251=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #A21FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21FFB is #5DE004. Grayscale: #5E5E5E. Windows color (decimal): -6152197 or 16457634. OLE color: 16457634.
HSL color Cylindrical-coordinate representation of color #A21FFB: hue angle of 275.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21FFB is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 31 | 251 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.02 |
| HSL | 275.73º | 0.96% | 0.55% | - |
| HSV(B) | 275.73º | 0.88% | 0.98% | - |
| XYZ | 32.8 | 15.63 | 92.55 | - |
| YUV | 95.25 | 215.9 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 251 | 0.35 | 0.88 | 0 | 0.02 | 275.73 | 0.96 | 0.55 |
| Hex | A2 | 1F | FB | 23 | 58 | 0 | 2 | 114 | 60 | 37 |
| Octal | 242 | 37 | 373 | 43 | 130 | 0 | 2 | 424 | 140 | 67 |
| Binary | 10100010 | 11111 | 11111011 | 100011 | 1011000 | 0 | 10 | 100010100 | 1100000 | 110111 |
Color Harmonies of #A21FFB
Complementary color
Monochromatic Colors of #A21FFB
Black with #A21FFB
Text Example
Text Example
White with #A21FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21FFB; }
p { color: rgb(162,31,251); }
H1.HeaderClassName
{
color: #A21FFB;
}
.AnyTagClassName
{
color: #A21FFB;
}
</style>
background-color css
<style>
a { background-color: #A21FFB; }
a { background-color: rgb(162,31,251); }
div.DivClassName
{
background-color: #A21FFB;
}
.BgClassName
{
background-color: #A21FFB;
}
</style>
border-color css
<style>
span { border-color: #A21FFB; }
span { border-color: rgb(162,31,251); }
td.TdClassName
{
border-color: #A21FFB;
}
.TagClassName
{
border-color: #A21FFB;
}
</style>