Shades of Blue Violet #A421F4
Tints of Blue Violet #A421F4
RGB
CMYK
RGB Variations
Color information
#A421F4 (or 0xA421F4) is known color: Blue Violet. HEX triplet: A4, 21 and F4. RGB value is (164,33,244). Sum of RGB (Red+Green+Blue) = 164+33+244=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 244 (95.70% from 255 or 55.33% from 441); Max value from RGB is 244 - color contains mainly: blue. Hex color #A421F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A421F4 is #5BDE0B. Grayscale: #5F5F5F. Windows color (decimal): -6020620 or 15999396. OLE color: 15999396.
HSL color Cylindrical-coordinate representation of color #A421F4: hue angle of 277.25º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A421F4 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 33 | 244 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.04 |
| HSL | 277.25º | 0.91% | 0.54% | - |
| HSV(B) | 277.25º | 0.86% | 0.96% | - |
| XYZ | 32.18 | 15.51 | 86.89 | - |
| YUV | 96.22 | 211.4 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 244 | 0.33 | 0.86 | 0 | 0.04 | 277.25 | 0.91 | 0.54 |
| Hex | A4 | 21 | F4 | 21 | 56 | 0 | 4 | 115 | 5B | 36 |
| Octal | 244 | 41 | 364 | 41 | 126 | 0 | 4 | 425 | 133 | 66 |
| Binary | 10100100 | 100001 | 11110100 | 100001 | 1010110 | 0 | 100 | 100010101 | 1011011 | 110110 |
Color Harmonies of #A421F4
Complementary color
Monochromatic Colors of #A421F4
Black with #A421F4
Text Example
Text Example
White with #A421F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A421F4; }
p { color: rgb(164,33,244); }
H1.HeaderClassName
{
color: #A421F4;
}
.AnyTagClassName
{
color: #A421F4;
}
</style>
background-color css
<style>
a { background-color: #A421F4; }
a { background-color: rgb(164,33,244); }
div.DivClassName
{
background-color: #A421F4;
}
.BgClassName
{
background-color: #A421F4;
}
</style>
border-color css
<style>
span { border-color: #A421F4; }
span { border-color: rgb(164,33,244); }
td.TdClassName
{
border-color: #A421F4;
}
.TagClassName
{
border-color: #A421F4;
}
</style>