Shades of Blue Violet #A21AF8
Tints of Blue Violet #A21AF8
RGB
CMYK
RGB Variations
Color information
#A21AF8 (or 0xA21AF8) is known color: Blue Violet. HEX triplet: A2, 1A and F8. RGB value is (162,26,248). Sum of RGB (Red+Green+Blue) = 162+26+248=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 248 (97.27% from 255 or 56.88% from 436); Max value from RGB is 248 - color contains mainly: blue. Hex color #A21AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21AF8 is #5DE507. Grayscale: #5B5B5B. Windows color (decimal): -6153480 or 16259746. OLE color: 16259746.
HSL color Cylindrical-coordinate representation of color #A21AF8: hue angle of 276.76º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21AF8 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 26 | 248 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.03 |
| HSL | 276.76º | 0.94% | 0.54% | - |
| HSV(B) | 276.76º | 0.9% | 0.97% | - |
| XYZ | 32.21 | 15.2 | 90.04 | - |
| YUV | 91.97 | 216.06 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 248 | 0.35 | 0.90 | 0 | 0.03 | 276.76 | 0.94 | 0.54 |
| Hex | A2 | 1A | F8 | 23 | 5A | 0 | 3 | 115 | 5E | 36 |
| Octal | 242 | 32 | 370 | 43 | 132 | 0 | 3 | 425 | 136 | 66 |
| Binary | 10100010 | 11010 | 11111000 | 100011 | 1011010 | 0 | 11 | 100010101 | 1011110 | 110110 |
Color Harmonies of #A21AF8
Complementary color
Monochromatic Colors of #A21AF8
Black with #A21AF8
Text Example
Text Example
White with #A21AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21AF8; }
p { color: rgb(162,26,248); }
H1.HeaderClassName
{
color: #A21AF8;
}
.AnyTagClassName
{
color: #A21AF8;
}
</style>
background-color css
<style>
a { background-color: #A21AF8; }
a { background-color: rgb(162,26,248); }
div.DivClassName
{
background-color: #A21AF8;
}
.BgClassName
{
background-color: #A21AF8;
}
</style>
border-color css
<style>
span { border-color: #A21AF8; }
span { border-color: rgb(162,26,248); }
td.TdClassName
{
border-color: #A21AF8;
}
.TagClassName
{
border-color: #A21AF8;
}
</style>