Shades of Blue Violet #A32DFF
Tints of Blue Violet #A32DFF
RGB
CMYK
RGB Variations
Color information
#A32DFF (or 0xA32DFF) is known color: Blue Violet. HEX triplet: A3, 2D and FF. RGB value is (163,45,255). Sum of RGB (Red+Green+Blue) = 163+45+255=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #A32DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32DFF is #5CD200. Grayscale: #676767. Windows color (decimal): -6083073 or 16723363. OLE color: 16723363.
HSL color Cylindrical-coordinate representation of color #A32DFF: hue angle of 273.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A32DFF is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 45 | 255 | - |
| CMYK | 0.36 | 0.82 | 0 | 0 |
| HSL | 273.71º | 1% | 0.59% | - |
| HSV(B) | 273.71º | 0.82% | 1% | - |
| XYZ | 34.09 | 16.88 | 96.07 | - |
| YUV | 104.22 | 213.09 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 255 | 0.36 | 0.82 | 0 | 0 | 273.71 | 1 | 0.59 |
| Hex | A3 | 2D | FF | 24 | 52 | 0 | 0 | 112 | 64 | 3B |
| Octal | 243 | 55 | 377 | 44 | 122 | 0 | 0 | 422 | 144 | 73 |
| Binary | 10100011 | 101101 | 11111111 | 100100 | 1010010 | 0 | 0 | 100010010 | 1100100 | 111011 |
Color Harmonies of #A32DFF
Complementary color
Monochromatic Colors of #A32DFF
Black with #A32DFF
Text Example
Text Example
White with #A32DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32DFF; }
p { color: rgb(163,45,255); }
H1.HeaderClassName
{
color: #A32DFF;
}
.AnyTagClassName
{
color: #A32DFF;
}
</style>
background-color css
<style>
a { background-color: #A32DFF; }
a { background-color: rgb(163,45,255); }
div.DivClassName
{
background-color: #A32DFF;
}
.BgClassName
{
background-color: #A32DFF;
}
</style>
border-color css
<style>
span { border-color: #A32DFF; }
span { border-color: rgb(163,45,255); }
td.TdClassName
{
border-color: #A32DFF;
}
.TagClassName
{
border-color: #A32DFF;
}
</style>