Shades of Blue Violet #A328ED
Tints of Blue Violet #A328ED
RGB
CMYK
RGB Variations
Color information
#A328ED (or 0xA328ED) is known color: Blue Violet. HEX triplet: A3, 28 and ED. RGB value is (163,40,237). Sum of RGB (Red+Green+Blue) = 163+40+237=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #A328ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A328ED is #5CD712. Grayscale: #626262. Windows color (decimal): -6084371 or 15542435. OLE color: 15542435.
HSL color Cylindrical-coordinate representation of color #A328ED: hue angle of 277.46º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A328ED is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 40 | 237 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.07 |
| HSL | 277.46º | 0.85% | 0.54% | - |
| HSV(B) | 277.46º | 0.83% | 0.93% | - |
| XYZ | 31.15 | 15.42 | 81.46 | - |
| YUV | 99.24 | 205.75 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 237 | 0.31 | 0.83 | 0 | 0.07 | 277.46 | 0.85 | 0.54 |
| Hex | A3 | 28 | ED | 1F | 53 | 0 | 7 | 115 | 55 | 36 |
| Octal | 243 | 50 | 355 | 37 | 123 | 0 | 7 | 425 | 125 | 66 |
| Binary | 10100011 | 101000 | 11101101 | 11111 | 1010011 | 0 | 111 | 100010101 | 1010101 | 110110 |
Color Harmonies of #A328ED
Complementary color
Monochromatic Colors of #A328ED
Black with #A328ED
Text Example
Text Example
White with #A328ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A328ED; }
p { color: rgb(163,40,237); }
H1.HeaderClassName
{
color: #A328ED;
}
.AnyTagClassName
{
color: #A328ED;
}
</style>
background-color css
<style>
a { background-color: #A328ED; }
a { background-color: rgb(163,40,237); }
div.DivClassName
{
background-color: #A328ED;
}
.BgClassName
{
background-color: #A328ED;
}
</style>
border-color css
<style>
span { border-color: #A328ED; }
span { border-color: rgb(163,40,237); }
td.TdClassName
{
border-color: #A328ED;
}
.TagClassName
{
border-color: #A328ED;
}
</style>