Shades of Blue Violet #A321F3
Tints of Blue Violet #A321F3
RGB
CMYK
RGB Variations
Color information
#A321F3 (or 0xA321F3) is known color: Blue Violet. HEX triplet: A3, 21 and F3. RGB value is (163,33,243). Sum of RGB (Red+Green+Blue) = 163+33+243=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 243 (95.31% from 255 or 55.35% from 439); Max value from RGB is 243 - color contains mainly: blue. Hex color #A321F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A321F3 is #5CDE0C. Grayscale: #5F5F5F. Windows color (decimal): -6086157 or 15933859. OLE color: 15933859.
HSL color Cylindrical-coordinate representation of color #A321F3: hue angle of 277.14º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A321F3 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 33 | 243 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.05 |
| HSL | 277.14º | 0.9% | 0.54% | - |
| HSV(B) | 277.14º | 0.86% | 0.95% | - |
| XYZ | 31.83 | 15.35 | 86.08 | - |
| YUV | 95.81 | 211.07 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 243 | 0.33 | 0.86 | 0 | 0.05 | 277.14 | 0.9 | 0.54 |
| Hex | A3 | 21 | F3 | 21 | 56 | 0 | 5 | 115 | 5A | 36 |
| Octal | 243 | 41 | 363 | 41 | 126 | 0 | 5 | 425 | 132 | 66 |
| Binary | 10100011 | 100001 | 11110011 | 100001 | 1010110 | 0 | 101 | 100010101 | 1011010 | 110110 |
Color Harmonies of #A321F3
Complementary color
Monochromatic Colors of #A321F3
Black with #A321F3
Text Example
Text Example
White with #A321F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321F3; }
p { color: rgb(163,33,243); }
H1.HeaderClassName
{
color: #A321F3;
}
.AnyTagClassName
{
color: #A321F3;
}
</style>
background-color css
<style>
a { background-color: #A321F3; }
a { background-color: rgb(163,33,243); }
div.DivClassName
{
background-color: #A321F3;
}
.BgClassName
{
background-color: #A321F3;
}
</style>
border-color css
<style>
span { border-color: #A321F3; }
span { border-color: rgb(163,33,243); }
td.TdClassName
{
border-color: #A321F3;
}
.TagClassName
{
border-color: #A321F3;
}
</style>