Shades of Blue Violet #A32CFF
Tints of Blue Violet #A32CFF
RGB
CMYK
RGB Variations
Color information
#A32CFF (or 0xA32CFF) is known color: Blue Violet. HEX triplet: A3, 2C and FF. RGB value is (163,44,255). Sum of RGB (Red+Green+Blue) = 163+44+255=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #A32CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32CFF is #5CD300. Grayscale: #666666. Windows color (decimal): -6083329 or 16723107. OLE color: 16723107.
HSL color Cylindrical-coordinate representation of color #A32CFF: hue angle of 273.84º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A32CFF is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 44 | 255 | - |
| CMYK | 0.36 | 0.83 | 0 | 0 |
| HSL | 273.84º | 1% | 0.59% | - |
| HSV(B) | 273.84º | 0.83% | 1% | - |
| XYZ | 34.05 | 16.81 | 96.06 | - |
| YUV | 103.64 | 213.42 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 255 | 0.36 | 0.83 | 0 | 0 | 273.84 | 1 | 0.59 |
| Hex | A3 | 2C | FF | 24 | 53 | 0 | 0 | 112 | 64 | 3B |
| Octal | 243 | 54 | 377 | 44 | 123 | 0 | 0 | 422 | 144 | 73 |
| Binary | 10100011 | 101100 | 11111111 | 100100 | 1010011 | 0 | 0 | 100010010 | 1100100 | 111011 |
Color Harmonies of #A32CFF
Complementary color
Monochromatic Colors of #A32CFF
Black with #A32CFF
Text Example
Text Example
White with #A32CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CFF; }
p { color: rgb(163,44,255); }
H1.HeaderClassName
{
color: #A32CFF;
}
.AnyTagClassName
{
color: #A32CFF;
}
</style>
background-color css
<style>
a { background-color: #A32CFF; }
a { background-color: rgb(163,44,255); }
div.DivClassName
{
background-color: #A32CFF;
}
.BgClassName
{
background-color: #A32CFF;
}
</style>
border-color css
<style>
span { border-color: #A32CFF; }
span { border-color: rgb(163,44,255); }
td.TdClassName
{
border-color: #A32CFF;
}
.TagClassName
{
border-color: #A32CFF;
}
</style>