Shades of Blue Violet #A328E7
Tints of Blue Violet #A328E7
RGB
CMYK
RGB Variations
Color information
#A328E7 (or 0xA328E7) is known color: Blue Violet. HEX triplet: A3, 28 and E7. RGB value is (163,40,231). Sum of RGB (Red+Green+Blue) = 163+40+231=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 231 (90.62% from 255 or 53.23% from 434); Max value from RGB is 231 - color contains mainly: blue. Hex color #A328E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A328E7 is #5CD718. Grayscale: #616161. Windows color (decimal): -6084377 or 15149219. OLE color: 15149219.
HSL color Cylindrical-coordinate representation of color #A328E7: hue angle of 278.64º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A328E7 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 40 | 231 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.09 |
| HSL | 278.64º | 0.8% | 0.53% | - |
| HSV(B) | 278.64º | 0.83% | 0.91% | - |
| XYZ | 30.29 | 15.07 | 76.91 | - |
| YUV | 98.55 | 202.75 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 231 | 0.29 | 0.83 | 0 | 0.09 | 278.64 | 0.8 | 0.53 |
| Hex | A3 | 28 | E7 | 1D | 53 | 0 | 9 | 117 | 50 | 35 |
| Octal | 243 | 50 | 347 | 35 | 123 | 0 | 11 | 427 | 120 | 65 |
| Binary | 10100011 | 101000 | 11100111 | 11101 | 1010011 | 0 | 1001 | 100010111 | 1010000 | 110101 |
Color Harmonies of #A328E7
Complementary color
Monochromatic Colors of #A328E7
Black with #A328E7
Text Example
Text Example
White with #A328E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A328E7; }
p { color: rgb(163,40,231); }
H1.HeaderClassName
{
color: #A328E7;
}
.AnyTagClassName
{
color: #A328E7;
}
</style>
background-color css
<style>
a { background-color: #A328E7; }
a { background-color: rgb(163,40,231); }
div.DivClassName
{
background-color: #A328E7;
}
.BgClassName
{
background-color: #A328E7;
}
</style>
border-color css
<style>
span { border-color: #A328E7; }
span { border-color: rgb(163,40,231); }
td.TdClassName
{
border-color: #A328E7;
}
.TagClassName
{
border-color: #A328E7;
}
</style>