Shades of Blue Violet #A428EF
Tints of Blue Violet #A428EF
RGB
CMYK
RGB Variations
Color information
#A428EF (or 0xA428EF) is known color: Blue Violet. HEX triplet: A4, 28 and EF. RGB value is (164,40,239). Sum of RGB (Red+Green+Blue) = 164+40+239=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #A428EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A428EF is #5BD710. Grayscale: #636363. Windows color (decimal): -6018833 or 15673508. OLE color: 15673508.
HSL color Cylindrical-coordinate representation of color #A428EF: hue angle of 277.39º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A428EF is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 40 | 239 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.06 |
| HSL | 277.39º | 0.86% | 0.55% | - |
| HSV(B) | 277.39º | 0.83% | 0.94% | - |
| XYZ | 31.65 | 15.64 | 83.01 | - |
| YUV | 99.76 | 206.58 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 239 | 0.31 | 0.83 | 0 | 0.06 | 277.39 | 0.86 | 0.55 |
| Hex | A4 | 28 | EF | 1F | 53 | 0 | 6 | 115 | 56 | 37 |
| Octal | 244 | 50 | 357 | 37 | 123 | 0 | 6 | 425 | 126 | 67 |
| Binary | 10100100 | 101000 | 11101111 | 11111 | 1010011 | 0 | 110 | 100010101 | 1010110 | 110111 |
Color Harmonies of #A428EF
Complementary color
Monochromatic Colors of #A428EF
Black with #A428EF
Text Example
Text Example
White with #A428EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A428EF; }
p { color: rgb(164,40,239); }
H1.HeaderClassName
{
color: #A428EF;
}
.AnyTagClassName
{
color: #A428EF;
}
</style>
background-color css
<style>
a { background-color: #A428EF; }
a { background-color: rgb(164,40,239); }
div.DivClassName
{
background-color: #A428EF;
}
.BgClassName
{
background-color: #A428EF;
}
</style>
border-color css
<style>
span { border-color: #A428EF; }
span { border-color: rgb(164,40,239); }
td.TdClassName
{
border-color: #A428EF;
}
.TagClassName
{
border-color: #A428EF;
}
</style>