Shades of Blue Violet #A32BFF
Tints of Blue Violet #A32BFF
RGB
CMYK
RGB Variations
Color information
#A32BFF (or 0xA32BFF) is known color: Blue Violet. HEX triplet: A3, 2B and FF. RGB value is (163,43,255). Sum of RGB (Red+Green+Blue) = 163+43+255=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #A32BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32BFF is #5CD400. Grayscale: #666666. Windows color (decimal): -6083585 or 16722851. OLE color: 16722851.
HSL color Cylindrical-coordinate representation of color #A32BFF: hue angle of 273.96º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A32BFF is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 43 | 255 | - |
| CMYK | 0.36 | 0.83 | 0 | 0 |
| HSL | 273.96º | 1% | 0.58% | - |
| HSV(B) | 273.96º | 0.83% | 1% | - |
| XYZ | 34.02 | 16.73 | 96.04 | - |
| YUV | 103.05 | 213.76 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 255 | 0.36 | 0.83 | 0 | 0 | 273.96 | 1 | 0.58 |
| Hex | A3 | 2B | FF | 24 | 53 | 0 | 0 | 112 | 64 | 3A |
| Octal | 243 | 53 | 377 | 44 | 123 | 0 | 0 | 422 | 144 | 72 |
| Binary | 10100011 | 101011 | 11111111 | 100100 | 1010011 | 0 | 0 | 100010010 | 1100100 | 111010 |
Color Harmonies of #A32BFF
Complementary color
Monochromatic Colors of #A32BFF
Black with #A32BFF
Text Example
Text Example
White with #A32BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32BFF; }
p { color: rgb(163,43,255); }
H1.HeaderClassName
{
color: #A32BFF;
}
.AnyTagClassName
{
color: #A32BFF;
}
</style>
background-color css
<style>
a { background-color: #A32BFF; }
a { background-color: rgb(163,43,255); }
div.DivClassName
{
background-color: #A32BFF;
}
.BgClassName
{
background-color: #A32BFF;
}
</style>
border-color css
<style>
span { border-color: #A32BFF; }
span { border-color: rgb(163,43,255); }
td.TdClassName
{
border-color: #A32BFF;
}
.TagClassName
{
border-color: #A32BFF;
}
</style>