Shades of Blue Violet #A321F4
Tints of Blue Violet #A321F4
RGB
CMYK
RGB Variations
Color information
#A321F4 (or 0xA321F4) is known color: Blue Violet. HEX triplet: A3, 21 and F4. RGB value is (163,33,244). Sum of RGB (Red+Green+Blue) = 163+33+244=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 244 (95.70% from 255 or 55.45% from 440); Max value from RGB is 244 - color contains mainly: blue. Hex color #A321F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A321F4 is #5CDE0B. Grayscale: #5F5F5F. Windows color (decimal): -6086156 or 15999395. OLE color: 15999395.
HSL color Cylindrical-coordinate representation of color #A321F4: hue angle of 276.97º 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 #A321F4 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 33 | 244 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.04 |
| HSL | 276.97º | 0.91% | 0.54% | - |
| HSV(B) | 276.97º | 0.86% | 0.96% | - |
| XYZ | 31.98 | 15.41 | 86.88 | - |
| YUV | 95.92 | 211.57 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 244 | 0.33 | 0.86 | 0 | 0.04 | 276.97 | 0.91 | 0.54 |
| Hex | A3 | 21 | F4 | 21 | 56 | 0 | 4 | 115 | 5B | 36 |
| Octal | 243 | 41 | 364 | 41 | 126 | 0 | 4 | 425 | 133 | 66 |
| Binary | 10100011 | 100001 | 11110100 | 100001 | 1010110 | 0 | 100 | 100010101 | 1011011 | 110110 |
Color Harmonies of #A321F4
Complementary color
Monochromatic Colors of #A321F4
Black with #A321F4
Text Example
Text Example
White with #A321F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321F4; }
p { color: rgb(163,33,244); }
H1.HeaderClassName
{
color: #A321F4;
}
.AnyTagClassName
{
color: #A321F4;
}
</style>
background-color css
<style>
a { background-color: #A321F4; }
a { background-color: rgb(163,33,244); }
div.DivClassName
{
background-color: #A321F4;
}
.BgClassName
{
background-color: #A321F4;
}
</style>
border-color css
<style>
span { border-color: #A321F4; }
span { border-color: rgb(163,33,244); }
td.TdClassName
{
border-color: #A321F4;
}
.TagClassName
{
border-color: #A321F4;
}
</style>