Shades of Blue Violet #A21AFB
Tints of Blue Violet #A21AFB
RGB
CMYK
RGB Variations
Color information
#A21AFB (or 0xA21AFB) is known color: Blue Violet. HEX triplet: A2, 1A and FB. RGB value is (162,26,251). Sum of RGB (Red+Green+Blue) = 162+26+251=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #A21AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21AFB is #5DE504. Grayscale: #5B5B5B. Windows color (decimal): -6153477 or 16456354. OLE color: 16456354.
HSL color Cylindrical-coordinate representation of color #A21AFB: hue angle of 276.27º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21AFB is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 26 | 251 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.02 |
| HSL | 276.27º | 0.97% | 0.54% | - |
| HSV(B) | 276.27º | 0.9% | 0.98% | - |
| XYZ | 32.68 | 15.39 | 92.51 | - |
| YUV | 92.31 | 217.56 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 251 | 0.35 | 0.90 | 0 | 0.02 | 276.27 | 0.97 | 0.54 |
| Hex | A2 | 1A | FB | 23 | 5A | 0 | 2 | 114 | 61 | 36 |
| Octal | 242 | 32 | 373 | 43 | 132 | 0 | 2 | 424 | 141 | 66 |
| Binary | 10100010 | 11010 | 11111011 | 100011 | 1011010 | 0 | 10 | 100010100 | 1100001 | 110110 |
Color Harmonies of #A21AFB
Complementary color
Monochromatic Colors of #A21AFB
Black with #A21AFB
Text Example
Text Example
White with #A21AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21AFB; }
p { color: rgb(162,26,251); }
H1.HeaderClassName
{
color: #A21AFB;
}
.AnyTagClassName
{
color: #A21AFB;
}
</style>
background-color css
<style>
a { background-color: #A21AFB; }
a { background-color: rgb(162,26,251); }
div.DivClassName
{
background-color: #A21AFB;
}
.BgClassName
{
background-color: #A21AFB;
}
</style>
border-color css
<style>
span { border-color: #A21AFB; }
span { border-color: rgb(162,26,251); }
td.TdClassName
{
border-color: #A21AFB;
}
.TagClassName
{
border-color: #A21AFB;
}
</style>