Shades of Blue Violet #A320E3
Tints of Blue Violet #A320E3
RGB
CMYK
RGB Variations
Color information
#A320E3 (or 0xA320E3) is known color: Blue Violet. HEX triplet: A3, 20 and E3. RGB value is (163,32,227). Sum of RGB (Red+Green+Blue) = 163+32+227=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 227 (89.06% from 255 or 53.79% from 422); Max value from RGB is 227 - color contains mainly: blue. Hex color #A320E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320E3 is #5CDF1C. Grayscale: #5C5C5C. Windows color (decimal): -6086429 or 14885027. OLE color: 14885027.
HSL color Cylindrical-coordinate representation of color #A320E3: hue angle of 280.31º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A320E3 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 32 | 227 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.11 |
| HSL | 280.31º | 0.78% | 0.51% | - |
| HSV(B) | 280.31º | 0.86% | 0.89% | - |
| XYZ | 29.49 | 14.37 | 73.89 | - |
| YUV | 93.4 | 203.4 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 227 | 0.28 | 0.86 | 0 | 0.11 | 280.31 | 0.78 | 0.51 |
| Hex | A3 | 20 | E3 | 1C | 56 | 0 | B | 118 | 4E | 33 |
| Octal | 243 | 40 | 343 | 34 | 126 | 0 | 13 | 430 | 116 | 63 |
| Binary | 10100011 | 100000 | 11100011 | 11100 | 1010110 | 0 | 1011 | 100011000 | 1001110 | 110011 |
Color Harmonies of #A320E3
Complementary color
Monochromatic Colors of #A320E3
Black with #A320E3
Text Example
Text Example
White with #A320E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A320E3; }
p { color: rgb(163,32,227); }
H1.HeaderClassName
{
color: #A320E3;
}
.AnyTagClassName
{
color: #A320E3;
}
</style>
background-color css
<style>
a { background-color: #A320E3; }
a { background-color: rgb(163,32,227); }
div.DivClassName
{
background-color: #A320E3;
}
.BgClassName
{
background-color: #A320E3;
}
</style>
border-color css
<style>
span { border-color: #A320E3; }
span { border-color: rgb(163,32,227); }
td.TdClassName
{
border-color: #A320E3;
}
.TagClassName
{
border-color: #A320E3;
}
</style>