Shades of Blue Violet #A32CE5
Tints of Blue Violet #A32CE5
RGB
CMYK
RGB Variations
Color information
#A32CE5 (or 0xA32CE5) is known color: Blue Violet. HEX triplet: A3, 2C and E5. RGB value is (163,44,229). Sum of RGB (Red+Green+Blue) = 163+44+229=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #A32CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CE5 is #5CD31A. Grayscale: #646464. Windows color (decimal): -6083355 or 15019171. OLE color: 15019171.
HSL color Cylindrical-coordinate representation of color #A32CE5: hue angle of 278.59º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A32CE5 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 44 | 229 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.10 |
| HSL | 278.59º | 0.78% | 0.54% | - |
| HSV(B) | 278.59º | 0.81% | 0.9% | - |
| XYZ | 30.15 | 15.25 | 75.48 | - |
| YUV | 100.67 | 200.42 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 229 | 0.29 | 0.81 | 0 | 0.10 | 278.59 | 0.78 | 0.54 |
| Hex | A3 | 2C | E5 | 1D | 51 | 0 | A | 117 | 4E | 36 |
| Octal | 243 | 54 | 345 | 35 | 121 | 0 | 12 | 427 | 116 | 66 |
| Binary | 10100011 | 101100 | 11100101 | 11101 | 1010001 | 0 | 1010 | 100010111 | 1001110 | 110110 |
Color Harmonies of #A32CE5
Complementary color
Monochromatic Colors of #A32CE5
Black with #A32CE5
Text Example
Text Example
White with #A32CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CE5; }
p { color: rgb(163,44,229); }
H1.HeaderClassName
{
color: #A32CE5;
}
.AnyTagClassName
{
color: #A32CE5;
}
</style>
background-color css
<style>
a { background-color: #A32CE5; }
a { background-color: rgb(163,44,229); }
div.DivClassName
{
background-color: #A32CE5;
}
.BgClassName
{
background-color: #A32CE5;
}
</style>
border-color css
<style>
span { border-color: #A32CE5; }
span { border-color: rgb(163,44,229); }
td.TdClassName
{
border-color: #A32CE5;
}
.TagClassName
{
border-color: #A32CE5;
}
</style>