Shades of Blue Violet #A21CF8
Tints of Blue Violet #A21CF8
RGB
CMYK
RGB Variations
Color information
#A21CF8 (or 0xA21CF8) is known color: Blue Violet. HEX triplet: A2, 1C and F8. RGB value is (162,28,248). Sum of RGB (Red+Green+Blue) = 162+28+248=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 28 (11.33% from 255 or 6.39% from 438); Blue value is 248 (97.27% from 255 or 56.62% from 438); Max value from RGB is 248 - color contains mainly: blue. Hex color #A21CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21CF8 is #5DE307. Grayscale: #5C5C5C. Windows color (decimal): -6152968 or 16260258. OLE color: 16260258.
HSL color Cylindrical-coordinate representation of color #A21CF8: hue angle of 276.55º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21CF8 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 28 | 248 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.03 |
| HSL | 276.55º | 0.94% | 0.54% | - |
| HSV(B) | 276.55º | 0.89% | 0.97% | - |
| XYZ | 32.26 | 15.29 | 90.06 | - |
| YUV | 93.15 | 215.39 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 248 | 0.35 | 0.89 | 0 | 0.03 | 276.55 | 0.94 | 0.54 |
| Hex | A2 | 1C | F8 | 23 | 59 | 0 | 3 | 115 | 5E | 36 |
| Octal | 242 | 34 | 370 | 43 | 131 | 0 | 3 | 425 | 136 | 66 |
| Binary | 10100010 | 11100 | 11111000 | 100011 | 1011001 | 0 | 11 | 100010101 | 1011110 | 110110 |
Color Harmonies of #A21CF8
Complementary color
Monochromatic Colors of #A21CF8
Black with #A21CF8
Text Example
Text Example
White with #A21CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21CF8; }
p { color: rgb(162,28,248); }
H1.HeaderClassName
{
color: #A21CF8;
}
.AnyTagClassName
{
color: #A21CF8;
}
</style>
background-color css
<style>
a { background-color: #A21CF8; }
a { background-color: rgb(162,28,248); }
div.DivClassName
{
background-color: #A21CF8;
}
.BgClassName
{
background-color: #A21CF8;
}
</style>
border-color css
<style>
span { border-color: #A21CF8; }
span { border-color: rgb(162,28,248); }
td.TdClassName
{
border-color: #A21CF8;
}
.TagClassName
{
border-color: #A21CF8;
}
</style>