Shades of Blue Violet #A32EEB
Tints of Blue Violet #A32EEB
RGB
CMYK
RGB Variations
Color information
#A32EEB (or 0xA32EEB) is known color: Blue Violet. HEX triplet: A3, 2E and EB. RGB value is (163,46,235). Sum of RGB (Red+Green+Blue) = 163+46+235=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #A32EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32EEB is #5CD114. Grayscale: #656565. Windows color (decimal): -6082837 or 15412899. OLE color: 15412899.
HSL color Cylindrical-coordinate representation of color #A32EEB: hue angle of 277.14º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32EEB is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 46 | 235 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.08 |
| HSL | 277.14º | 0.83% | 0.55% | - |
| HSV(B) | 277.14º | 0.8% | 0.92% | - |
| XYZ | 31.08 | 15.74 | 80 | - |
| YUV | 102.53 | 202.76 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 235 | 0.31 | 0.80 | 0 | 0.08 | 277.14 | 0.83 | 0.55 |
| Hex | A3 | 2E | EB | 1F | 50 | 0 | 8 | 115 | 53 | 37 |
| Octal | 243 | 56 | 353 | 37 | 120 | 0 | 10 | 425 | 123 | 67 |
| Binary | 10100011 | 101110 | 11101011 | 11111 | 1010000 | 0 | 1000 | 100010101 | 1010011 | 110111 |
Color Harmonies of #A32EEB
Complementary color
Monochromatic Colors of #A32EEB
Black with #A32EEB
Text Example
Text Example
White with #A32EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32EEB; }
p { color: rgb(163,46,235); }
H1.HeaderClassName
{
color: #A32EEB;
}
.AnyTagClassName
{
color: #A32EEB;
}
</style>
background-color css
<style>
a { background-color: #A32EEB; }
a { background-color: rgb(163,46,235); }
div.DivClassName
{
background-color: #A32EEB;
}
.BgClassName
{
background-color: #A32EEB;
}
</style>
border-color css
<style>
span { border-color: #A32EEB; }
span { border-color: rgb(163,46,235); }
td.TdClassName
{
border-color: #A32EEB;
}
.TagClassName
{
border-color: #A32EEB;
}
</style>