Shades of Blue Violet #A32DF1
Tints of Blue Violet #A32DF1
RGB
CMYK
RGB Variations
Color information
#A32DF1 (or 0xA32DF1) is known color: Blue Violet. HEX triplet: A3, 2D and F1. RGB value is (163,45,241). Sum of RGB (Red+Green+Blue) = 163+45+241=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #A32DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32DF1 is #5CD20E. Grayscale: #656565. Windows color (decimal): -6083087 or 15805859. OLE color: 15805859.
HSL color Cylindrical-coordinate representation of color #A32DF1: hue angle of 276.12º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A32DF1 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 45 | 241 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.05 |
| HSL | 276.12º | 0.88% | 0.56% | - |
| HSV(B) | 276.12º | 0.81% | 0.95% | - |
| XYZ | 31.92 | 16.01 | 84.63 | - |
| YUV | 102.63 | 206.09 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 241 | 0.32 | 0.81 | 0 | 0.05 | 276.12 | 0.88 | 0.56 |
| Hex | A3 | 2D | F1 | 20 | 51 | 0 | 5 | 114 | 58 | 38 |
| Octal | 243 | 55 | 361 | 40 | 121 | 0 | 5 | 424 | 130 | 70 |
| Binary | 10100011 | 101101 | 11110001 | 100000 | 1010001 | 0 | 101 | 100010100 | 1011000 | 111000 |
Color Harmonies of #A32DF1
Complementary color
Monochromatic Colors of #A32DF1
Black with #A32DF1
Text Example
Text Example
White with #A32DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32DF1; }
p { color: rgb(163,45,241); }
H1.HeaderClassName
{
color: #A32DF1;
}
.AnyTagClassName
{
color: #A32DF1;
}
</style>
background-color css
<style>
a { background-color: #A32DF1; }
a { background-color: rgb(163,45,241); }
div.DivClassName
{
background-color: #A32DF1;
}
.BgClassName
{
background-color: #A32DF1;
}
</style>
border-color css
<style>
span { border-color: #A32DF1; }
span { border-color: rgb(163,45,241); }
td.TdClassName
{
border-color: #A32DF1;
}
.TagClassName
{
border-color: #A32DF1;
}
</style>