Shades of Blue Violet #A32AF1
Tints of Blue Violet #A32AF1
RGB
CMYK
RGB Variations
Color information
#A32AF1 (or 0xA32AF1) is known color: Blue Violet. HEX triplet: A3, 2A and F1. RGB value is (163,42,241). Sum of RGB (Red+Green+Blue) = 163+42+241=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #A32AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32AF1 is #5CD50E. Grayscale: #646464. Windows color (decimal): -6083855 or 15805091. OLE color: 15805091.
HSL color Cylindrical-coordinate representation of color #A32AF1: hue angle of 276.48º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A32AF1 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 42 | 241 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.05 |
| HSL | 276.48º | 0.88% | 0.55% | - |
| HSV(B) | 276.48º | 0.83% | 0.95% | - |
| XYZ | 31.81 | 15.79 | 84.59 | - |
| YUV | 100.87 | 207.09 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 241 | 0.32 | 0.83 | 0 | 0.05 | 276.48 | 0.88 | 0.55 |
| Hex | A3 | 2A | F1 | 20 | 53 | 0 | 5 | 114 | 58 | 37 |
| Octal | 243 | 52 | 361 | 40 | 123 | 0 | 5 | 424 | 130 | 67 |
| Binary | 10100011 | 101010 | 11110001 | 100000 | 1010011 | 0 | 101 | 100010100 | 1011000 | 110111 |
Color Harmonies of #A32AF1
Complementary color
Monochromatic Colors of #A32AF1
Black with #A32AF1
Text Example
Text Example
White with #A32AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32AF1; }
p { color: rgb(163,42,241); }
H1.HeaderClassName
{
color: #A32AF1;
}
.AnyTagClassName
{
color: #A32AF1;
}
</style>
background-color css
<style>
a { background-color: #A32AF1; }
a { background-color: rgb(163,42,241); }
div.DivClassName
{
background-color: #A32AF1;
}
.BgClassName
{
background-color: #A32AF1;
}
</style>
border-color css
<style>
span { border-color: #A32AF1; }
span { border-color: rgb(163,42,241); }
td.TdClassName
{
border-color: #A32AF1;
}
.TagClassName
{
border-color: #A32AF1;
}
</style>