Shades of Blue Violet #A32AEB
Tints of Blue Violet #A32AEB
RGB
CMYK
RGB Variations
Color information
#A32AEB (or 0xA32AEB) is known color: Blue Violet. HEX triplet: A3, 2A and EB. RGB value is (163,42,235). Sum of RGB (Red+Green+Blue) = 163+42+235=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #A32AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32AEB is #5CD514. Grayscale: #636363. Windows color (decimal): -6083861 or 15411875. OLE color: 15411875.
HSL color Cylindrical-coordinate representation of color #A32AEB: hue angle of 277.62º degrees, saturation: 0.83, 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 #A32AEB is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 42 | 235 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.08 |
| HSL | 277.62º | 0.83% | 0.54% | - |
| HSV(B) | 277.62º | 0.82% | 0.92% | - |
| XYZ | 30.93 | 15.44 | 79.95 | - |
| YUV | 100.18 | 204.09 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 235 | 0.31 | 0.82 | 0 | 0.08 | 277.62 | 0.83 | 0.54 |
| Hex | A3 | 2A | EB | 1F | 52 | 0 | 8 | 116 | 53 | 36 |
| Octal | 243 | 52 | 353 | 37 | 122 | 0 | 10 | 426 | 123 | 66 |
| Binary | 10100011 | 101010 | 11101011 | 11111 | 1010010 | 0 | 1000 | 100010110 | 1010011 | 110110 |
Color Harmonies of #A32AEB
Complementary color
Monochromatic Colors of #A32AEB
Black with #A32AEB
Text Example
Text Example
White with #A32AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32AEB; }
p { color: rgb(163,42,235); }
H1.HeaderClassName
{
color: #A32AEB;
}
.AnyTagClassName
{
color: #A32AEB;
}
</style>
background-color css
<style>
a { background-color: #A32AEB; }
a { background-color: rgb(163,42,235); }
div.DivClassName
{
background-color: #A32AEB;
}
.BgClassName
{
background-color: #A32AEB;
}
</style>
border-color css
<style>
span { border-color: #A32AEB; }
span { border-color: rgb(163,42,235); }
td.TdClassName
{
border-color: #A32AEB;
}
.TagClassName
{
border-color: #A32AEB;
}
</style>