Shades of Blue Violet #A21CE4
Tints of Blue Violet #A21CE4
RGB
CMYK
RGB Variations
Color information
#A21CE4 (or 0xA21CE4) is known color: Blue Violet. HEX triplet: A2, 1C and E4. RGB value is (162,28,228). Sum of RGB (Red+Green+Blue) = 162+28+228=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 228 (89.45% from 255 or 54.55% from 418); Max value from RGB is 228 - color contains mainly: blue. Hex color #A21CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CE4 is #5DE31B. Grayscale: #5A5A5A. Windows color (decimal): -6152988 or 14949538. OLE color: 14949538.
HSL color Cylindrical-coordinate representation of color #A21CE4: hue angle of 280.2º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21CE4 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 28 | 228 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.11 |
| HSL | 280.2º | 0.79% | 0.5% | - |
| HSV(B) | 280.2º | 0.88% | 0.89% | - |
| XYZ | 29.32 | 14.11 | 74.58 | - |
| YUV | 90.87 | 205.39 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 228 | 0.29 | 0.88 | 0 | 0.11 | 280.2 | 0.79 | 0.5 |
| Hex | A2 | 1C | E4 | 1D | 58 | 0 | B | 118 | 4F | 32 |
| Octal | 242 | 34 | 344 | 35 | 130 | 0 | 13 | 430 | 117 | 62 |
| Binary | 10100010 | 11100 | 11100100 | 11101 | 1011000 | 0 | 1011 | 100011000 | 1001111 | 110010 |
Color Harmonies of #A21CE4
Complementary color
Monochromatic Colors of #A21CE4
Black with #A21CE4
Text Example
Text Example
White with #A21CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21CE4; }
p { color: rgb(162,28,228); }
H1.HeaderClassName
{
color: #A21CE4;
}
.AnyTagClassName
{
color: #A21CE4;
}
</style>
background-color css
<style>
a { background-color: #A21CE4; }
a { background-color: rgb(162,28,228); }
div.DivClassName
{
background-color: #A21CE4;
}
.BgClassName
{
background-color: #A21CE4;
}
</style>
border-color css
<style>
span { border-color: #A21CE4; }
span { border-color: rgb(162,28,228); }
td.TdClassName
{
border-color: #A21CE4;
}
.TagClassName
{
border-color: #A21CE4;
}
</style>