Shades of Blue Violet #A21EF8
Tints of Blue Violet #A21EF8
RGB
CMYK
RGB Variations
Color information
#A21EF8 (or 0xA21EF8) is known color: Blue Violet. HEX triplet: A2, 1E and F8. RGB value is (162,30,248). Sum of RGB (Red+Green+Blue) = 162+30+248=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 248 (97.27% from 255 or 56.36% from 440); Max value from RGB is 248 - color contains mainly: blue. Hex color #A21EF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21EF8 is #5DE107. Grayscale: #5D5D5D. Windows color (decimal): -6152456 or 16260770. OLE color: 16260770.
HSL color Cylindrical-coordinate representation of color #A21EF8: hue angle of 276.33º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21EF8 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 30 | 248 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.03 |
| HSL | 276.33º | 0.94% | 0.55% | - |
| HSV(B) | 276.33º | 0.88% | 0.97% | - |
| XYZ | 32.31 | 15.39 | 90.07 | - |
| YUV | 94.32 | 214.73 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 248 | 0.35 | 0.88 | 0 | 0.03 | 276.33 | 0.94 | 0.55 |
| Hex | A2 | 1E | F8 | 23 | 58 | 0 | 3 | 114 | 5E | 37 |
| Octal | 242 | 36 | 370 | 43 | 130 | 0 | 3 | 424 | 136 | 67 |
| Binary | 10100010 | 11110 | 11111000 | 100011 | 1011000 | 0 | 11 | 100010100 | 1011110 | 110111 |
Color Harmonies of #A21EF8
Complementary color
Monochromatic Colors of #A21EF8
Black with #A21EF8
Text Example
Text Example
White with #A21EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21EF8; }
p { color: rgb(162,30,248); }
H1.HeaderClassName
{
color: #A21EF8;
}
.AnyTagClassName
{
color: #A21EF8;
}
</style>
background-color css
<style>
a { background-color: #A21EF8; }
a { background-color: rgb(162,30,248); }
div.DivClassName
{
background-color: #A21EF8;
}
.BgClassName
{
background-color: #A21EF8;
}
</style>
border-color css
<style>
span { border-color: #A21EF8; }
span { border-color: rgb(162,30,248); }
td.TdClassName
{
border-color: #A21EF8;
}
.TagClassName
{
border-color: #A21EF8;
}
</style>