Shades of Blue Violet #A728EC
Tints of Blue Violet #A728EC
RGB
CMYK
RGB Variations
Color information
#A728EC (or 0xA728EC) is known color: Blue Violet. HEX triplet: A7, 28 and EC. RGB value is (167,40,236). Sum of RGB (Red+Green+Blue) = 167+40+236=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #A728EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A728EC is #58D713. Grayscale: #636363. Windows color (decimal): -5822228 or 15476903. OLE color: 15476903.
HSL color Cylindrical-coordinate representation of color #A728EC: hue angle of 278.88º degrees, saturation: 0.84, 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 #A728EC is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 40 | 236 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.07 |
| HSL | 278.88º | 0.84% | 0.54% | - |
| HSV(B) | 278.88º | 0.83% | 0.93% | - |
| XYZ | 31.84 | 15.79 | 80.73 | - |
| YUV | 100.32 | 204.58 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 236 | 0.29 | 0.83 | 0 | 0.07 | 278.88 | 0.84 | 0.54 |
| Hex | A7 | 28 | EC | 1D | 53 | 0 | 7 | 117 | 54 | 36 |
| Octal | 247 | 50 | 354 | 35 | 123 | 0 | 7 | 427 | 124 | 66 |
| Binary | 10100111 | 101000 | 11101100 | 11101 | 1010011 | 0 | 111 | 100010111 | 1010100 | 110110 |
Color Harmonies of #A728EC
Complementary color
Monochromatic Colors of #A728EC
Black with #A728EC
Text Example
Text Example
White with #A728EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A728EC; }
p { color: rgb(167,40,236); }
H1.HeaderClassName
{
color: #A728EC;
}
.AnyTagClassName
{
color: #A728EC;
}
</style>
background-color css
<style>
a { background-color: #A728EC; }
a { background-color: rgb(167,40,236); }
div.DivClassName
{
background-color: #A728EC;
}
.BgClassName
{
background-color: #A728EC;
}
</style>
border-color css
<style>
span { border-color: #A728EC; }
span { border-color: rgb(167,40,236); }
td.TdClassName
{
border-color: #A728EC;
}
.TagClassName
{
border-color: #A728EC;
}
</style>