Shades of Blue Violet #A32FFB
Tints of Blue Violet #A32FFB
RGB
CMYK
RGB Variations
Color information
#A32FFB (or 0xA32FFB) is known color: Blue Violet. HEX triplet: A3, 2F and FB. RGB value is (163,47,251). Sum of RGB (Red+Green+Blue) = 163+47+251=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #A32FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32FFB is #5CD004. Grayscale: #686868. Windows color (decimal): -6082565 or 16461731. OLE color: 16461731.
HSL color Cylindrical-coordinate representation of color #A32FFB: hue angle of 274.12º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A32FFB is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 47 | 251 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.02 |
| HSL | 274.12º | 0.96% | 0.58% | - |
| HSV(B) | 274.12º | 0.81% | 0.98% | - |
| XYZ | 33.53 | 16.78 | 92.74 | - |
| YUV | 104.94 | 210.43 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 251 | 0.35 | 0.81 | 0 | 0.02 | 274.12 | 0.96 | 0.58 |
| Hex | A3 | 2F | FB | 23 | 51 | 0 | 2 | 112 | 60 | 3A |
| Octal | 243 | 57 | 373 | 43 | 121 | 0 | 2 | 422 | 140 | 72 |
| Binary | 10100011 | 101111 | 11111011 | 100011 | 1010001 | 0 | 10 | 100010010 | 1100000 | 111010 |
Color Harmonies of #A32FFB
Complementary color
Monochromatic Colors of #A32FFB
Black with #A32FFB
Text Example
Text Example
White with #A32FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32FFB; }
p { color: rgb(163,47,251); }
H1.HeaderClassName
{
color: #A32FFB;
}
.AnyTagClassName
{
color: #A32FFB;
}
</style>
background-color css
<style>
a { background-color: #A32FFB; }
a { background-color: rgb(163,47,251); }
div.DivClassName
{
background-color: #A32FFB;
}
.BgClassName
{
background-color: #A32FFB;
}
</style>
border-color css
<style>
span { border-color: #A32FFB; }
span { border-color: rgb(163,47,251); }
td.TdClassName
{
border-color: #A32FFB;
}
.TagClassName
{
border-color: #A32FFB;
}
</style>