Shades of Blue Violet #A32AEF
Tints of Blue Violet #A32AEF
RGB
CMYK
RGB Variations
Color information
#A32AEF (or 0xA32AEF) is known color: Blue Violet. HEX triplet: A3, 2A and EF. RGB value is (163,42,239). Sum of RGB (Red+Green+Blue) = 163+42+239=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #A32AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32AEF is #5CD510. Grayscale: #636363. Windows color (decimal): -6083857 or 15674019. OLE color: 15674019.
HSL color Cylindrical-coordinate representation of color #A32AEF: hue angle of 276.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A32AEF is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 42 | 239 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.06 |
| HSL | 276.85º | 0.86% | 0.55% | - |
| HSV(B) | 276.85º | 0.82% | 0.94% | - |
| XYZ | 31.51 | 15.67 | 83.03 | - |
| YUV | 100.64 | 206.09 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 239 | 0.32 | 0.82 | 0 | 0.06 | 276.85 | 0.86 | 0.55 |
| Hex | A3 | 2A | EF | 20 | 52 | 0 | 6 | 115 | 56 | 37 |
| Octal | 243 | 52 | 357 | 40 | 122 | 0 | 6 | 425 | 126 | 67 |
| Binary | 10100011 | 101010 | 11101111 | 100000 | 1010010 | 0 | 110 | 100010101 | 1010110 | 110111 |
Color Harmonies of #A32AEF
Complementary color
Monochromatic Colors of #A32AEF
Black with #A32AEF
Text Example
Text Example
White with #A32AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32AEF; }
p { color: rgb(163,42,239); }
H1.HeaderClassName
{
color: #A32AEF;
}
.AnyTagClassName
{
color: #A32AEF;
}
</style>
background-color css
<style>
a { background-color: #A32AEF; }
a { background-color: rgb(163,42,239); }
div.DivClassName
{
background-color: #A32AEF;
}
.BgClassName
{
background-color: #A32AEF;
}
</style>
border-color css
<style>
span { border-color: #A32AEF; }
span { border-color: rgb(163,42,239); }
td.TdClassName
{
border-color: #A32AEF;
}
.TagClassName
{
border-color: #A32AEF;
}
</style>