Shades of Blue Violet #A21AF3
Tints of Blue Violet #A21AF3
RGB
CMYK
RGB Variations
Color information
#A21AF3 (or 0xA21AF3) is known color: Blue Violet. HEX triplet: A2, 1A and F3. RGB value is (162,26,243). Sum of RGB (Red+Green+Blue) = 162+26+243=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 243 (95.31% from 255 or 56.38% from 431); Max value from RGB is 243 - color contains mainly: blue. Hex color #A21AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21AF3 is #5DE50C. Grayscale: #5A5A5A. Windows color (decimal): -6153485 or 15932066. OLE color: 15932066.
HSL color Cylindrical-coordinate representation of color #A21AF3: hue angle of 277.6º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21AF3 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 26 | 243 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.05 |
| HSL | 277.6º | 0.9% | 0.53% | - |
| HSV(B) | 277.6º | 0.89% | 0.95% | - |
| XYZ | 31.45 | 14.89 | 86.01 | - |
| YUV | 91.4 | 213.56 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 243 | 0.33 | 0.89 | 0 | 0.05 | 277.6 | 0.9 | 0.53 |
| Hex | A2 | 1A | F3 | 21 | 59 | 0 | 5 | 116 | 5A | 35 |
| Octal | 242 | 32 | 363 | 41 | 131 | 0 | 5 | 426 | 132 | 65 |
| Binary | 10100010 | 11010 | 11110011 | 100001 | 1011001 | 0 | 101 | 100010110 | 1011010 | 110101 |
Color Harmonies of #A21AF3
Complementary color
Monochromatic Colors of #A21AF3
Black with #A21AF3
Text Example
Text Example
White with #A21AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21AF3; }
p { color: rgb(162,26,243); }
H1.HeaderClassName
{
color: #A21AF3;
}
.AnyTagClassName
{
color: #A21AF3;
}
</style>
background-color css
<style>
a { background-color: #A21AF3; }
a { background-color: rgb(162,26,243); }
div.DivClassName
{
background-color: #A21AF3;
}
.BgClassName
{
background-color: #A21AF3;
}
</style>
border-color css
<style>
span { border-color: #A21AF3; }
span { border-color: rgb(162,26,243); }
td.TdClassName
{
border-color: #A21AF3;
}
.TagClassName
{
border-color: #A21AF3;
}
</style>