Shades of Blue Violet #A32AEA
Tints of Blue Violet #A32AEA
RGB
CMYK
RGB Variations
Color information
#A32AEA (or 0xA32AEA) is known color: Blue Violet. HEX triplet: A3, 2A and EA. RGB value is (163,42,234). Sum of RGB (Red+Green+Blue) = 163+42+234=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 42 (16.80% from 255 or 9.57% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #A32AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32AEA is #5CD515. Grayscale: #636363. Windows color (decimal): -6083862 or 15346339. OLE color: 15346339.
HSL color Cylindrical-coordinate representation of color #A32AEA: hue angle of 277.81º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A32AEA is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 42 | 234 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.08 |
| HSL | 277.81º | 0.82% | 0.54% | - |
| HSV(B) | 277.81º | 0.82% | 0.92% | - |
| XYZ | 30.78 | 15.38 | 79.19 | - |
| YUV | 100.07 | 203.59 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 234 | 0.30 | 0.82 | 0 | 0.08 | 277.81 | 0.82 | 0.54 |
| Hex | A3 | 2A | EA | 1E | 52 | 0 | 8 | 116 | 52 | 36 |
| Octal | 243 | 52 | 352 | 36 | 122 | 0 | 10 | 426 | 122 | 66 |
| Binary | 10100011 | 101010 | 11101010 | 11110 | 1010010 | 0 | 1000 | 100010110 | 1010010 | 110110 |
Color Harmonies of #A32AEA
Complementary color
Monochromatic Colors of #A32AEA
Black with #A32AEA
Text Example
Text Example
White with #A32AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32AEA; }
p { color: rgb(163,42,234); }
H1.HeaderClassName
{
color: #A32AEA;
}
.AnyTagClassName
{
color: #A32AEA;
}
</style>
background-color css
<style>
a { background-color: #A32AEA; }
a { background-color: rgb(163,42,234); }
div.DivClassName
{
background-color: #A32AEA;
}
.BgClassName
{
background-color: #A32AEA;
}
</style>
border-color css
<style>
span { border-color: #A32AEA; }
span { border-color: rgb(163,42,234); }
td.TdClassName
{
border-color: #A32AEA;
}
.TagClassName
{
border-color: #A32AEA;
}
</style>