Shades of Blue Violet #A21CFE
Tints of Blue Violet #A21CFE
RGB
CMYK
RGB Variations
Color information
#A21CFE (or 0xA21CFE) is known color: Blue Violet. HEX triplet: A2, 1C and FE. RGB value is (162,28,254). Sum of RGB (Red+Green+Blue) = 162+28+254=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #A21CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21CFE is #5DE301. Grayscale: #5D5D5D. Windows color (decimal): -6152962 or 16653474. OLE color: 16653474.
HSL color Cylindrical-coordinate representation of color #A21CFE: hue angle of 275.58º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21CFE is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 28 | 254 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.00 |
| HSL | 275.58º | 0.99% | 0.55% | - |
| HSV(B) | 275.58º | 0.89% | 1% | - |
| XYZ | 33.2 | 15.67 | 95.04 | - |
| YUV | 93.83 | 218.39 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 254 | 0.36 | 0.89 | 0 | 0.00 | 275.58 | 0.99 | 0.55 |
| Hex | A2 | 1C | FE | 24 | 59 | 0 | 0 | 114 | 63 | 37 |
| Octal | 242 | 34 | 376 | 44 | 131 | 0 | 0 | 424 | 143 | 67 |
| Binary | 10100010 | 11100 | 11111110 | 100100 | 1011001 | 0 | 0 | 100010100 | 1100011 | 110111 |
Color Harmonies of #A21CFE
Complementary color
Monochromatic Colors of #A21CFE
Black with #A21CFE
Text Example
Text Example
White with #A21CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21CFE; }
p { color: rgb(162,28,254); }
H1.HeaderClassName
{
color: #A21CFE;
}
.AnyTagClassName
{
color: #A21CFE;
}
</style>
background-color css
<style>
a { background-color: #A21CFE; }
a { background-color: rgb(162,28,254); }
div.DivClassName
{
background-color: #A21CFE;
}
.BgClassName
{
background-color: #A21CFE;
}
</style>
border-color css
<style>
span { border-color: #A21CFE; }
span { border-color: rgb(162,28,254); }
td.TdClassName
{
border-color: #A21CFE;
}
.TagClassName
{
border-color: #A21CFE;
}
</style>