Shades of Blue Violet #A21AF2
Tints of Blue Violet #A21AF2
RGB
CMYK
RGB Variations
Color information
#A21AF2 (or 0xA21AF2) is known color: Blue Violet. HEX triplet: A2, 1A and F2. RGB value is (162,26,242). Sum of RGB (Red+Green+Blue) = 162+26+242=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 242 (94.92% from 255 or 56.28% from 430); Max value from RGB is 242 - color contains mainly: blue. Hex color #A21AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21AF2 is #5DE50D. Grayscale: #5A5A5A. Windows color (decimal): -6153486 or 15866530. OLE color: 15866530.
HSL color Cylindrical-coordinate representation of color #A21AF2: hue angle of 277.78º degrees, saturation: 0.89, 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 #A21AF2 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 26 | 242 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.05 |
| HSL | 277.78º | 0.89% | 0.53% | - |
| HSV(B) | 277.78º | 0.89% | 0.95% | - |
| XYZ | 31.3 | 14.83 | 85.22 | - |
| YUV | 91.29 | 213.06 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 242 | 0.33 | 0.89 | 0 | 0.05 | 277.78 | 0.89 | 0.53 |
| Hex | A2 | 1A | F2 | 21 | 59 | 0 | 5 | 116 | 59 | 35 |
| Octal | 242 | 32 | 362 | 41 | 131 | 0 | 5 | 426 | 131 | 65 |
| Binary | 10100010 | 11010 | 11110010 | 100001 | 1011001 | 0 | 101 | 100010110 | 1011001 | 110101 |
Color Harmonies of #A21AF2
Complementary color
Monochromatic Colors of #A21AF2
Black with #A21AF2
Text Example
Text Example
White with #A21AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21AF2; }
p { color: rgb(162,26,242); }
H1.HeaderClassName
{
color: #A21AF2;
}
.AnyTagClassName
{
color: #A21AF2;
}
</style>
background-color css
<style>
a { background-color: #A21AF2; }
a { background-color: rgb(162,26,242); }
div.DivClassName
{
background-color: #A21AF2;
}
.BgClassName
{
background-color: #A21AF2;
}
</style>
border-color css
<style>
span { border-color: #A21AF2; }
span { border-color: rgb(162,26,242); }
td.TdClassName
{
border-color: #A21AF2;
}
.TagClassName
{
border-color: #A21AF2;
}
</style>