Shades of Blue Violet #A321FA
Tints of Blue Violet #A321FA
RGB
CMYK
RGB Variations
Color information
#A321FA (or 0xA321FA) is known color: Blue Violet. HEX triplet: A3, 21 and FA. RGB value is (163,33,250). Sum of RGB (Red+Green+Blue) = 163+33+250=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #A321FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A321FA is #5CDE05. Grayscale: #5F5F5F. Windows color (decimal): -6086150 or 16392611. OLE color: 16392611.
HSL color Cylindrical-coordinate representation of color #A321FA: hue angle of 275.94º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A321FA is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 33 | 250 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.02 |
| HSL | 275.94º | 0.96% | 0.55% | - |
| HSV(B) | 275.94º | 0.87% | 0.98% | - |
| XYZ | 32.9 | 15.78 | 91.75 | - |
| YUV | 96.61 | 214.57 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 250 | 0.35 | 0.87 | 0 | 0.02 | 275.94 | 0.96 | 0.55 |
| Hex | A3 | 21 | FA | 23 | 57 | 0 | 2 | 114 | 60 | 37 |
| Octal | 243 | 41 | 372 | 43 | 127 | 0 | 2 | 424 | 140 | 67 |
| Binary | 10100011 | 100001 | 11111010 | 100011 | 1010111 | 0 | 10 | 100010100 | 1100000 | 110111 |
Color Harmonies of #A321FA
Complementary color
Monochromatic Colors of #A321FA
Black with #A321FA
Text Example
Text Example
White with #A321FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321FA; }
p { color: rgb(163,33,250); }
H1.HeaderClassName
{
color: #A321FA;
}
.AnyTagClassName
{
color: #A321FA;
}
</style>
background-color css
<style>
a { background-color: #A321FA; }
a { background-color: rgb(163,33,250); }
div.DivClassName
{
background-color: #A321FA;
}
.BgClassName
{
background-color: #A321FA;
}
</style>
border-color css
<style>
span { border-color: #A321FA; }
span { border-color: rgb(163,33,250); }
td.TdClassName
{
border-color: #A321FA;
}
.TagClassName
{
border-color: #A321FA;
}
</style>