Shades of Blue Violet #A428EE
Tints of Blue Violet #A428EE
RGB
CMYK
RGB Variations
Color information
#A428EE (or 0xA428EE) is known color: Blue Violet. HEX triplet: A4, 28 and EE. RGB value is (164,40,238). Sum of RGB (Red+Green+Blue) = 164+40+238=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #A428EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A428EE is #5BD711. Grayscale: #626262. Windows color (decimal): -6018834 or 15607972. OLE color: 15607972.
HSL color Cylindrical-coordinate representation of color #A428EE: hue angle of 277.58º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A428EE is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 40 | 238 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.07 |
| HSL | 277.58º | 0.85% | 0.55% | - |
| HSV(B) | 277.58º | 0.83% | 0.93% | - |
| XYZ | 31.5 | 15.58 | 82.24 | - |
| YUV | 99.65 | 206.08 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 238 | 0.31 | 0.83 | 0 | 0.07 | 277.58 | 0.85 | 0.55 |
| Hex | A4 | 28 | EE | 1F | 53 | 0 | 7 | 116 | 55 | 37 |
| Octal | 244 | 50 | 356 | 37 | 123 | 0 | 7 | 426 | 125 | 67 |
| Binary | 10100100 | 101000 | 11101110 | 11111 | 1010011 | 0 | 111 | 100010110 | 1010101 | 110111 |
Color Harmonies of #A428EE
Complementary color
Monochromatic Colors of #A428EE
Black with #A428EE
Text Example
Text Example
White with #A428EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A428EE; }
p { color: rgb(164,40,238); }
H1.HeaderClassName
{
color: #A428EE;
}
.AnyTagClassName
{
color: #A428EE;
}
</style>
background-color css
<style>
a { background-color: #A428EE; }
a { background-color: rgb(164,40,238); }
div.DivClassName
{
background-color: #A428EE;
}
.BgClassName
{
background-color: #A428EE;
}
</style>
border-color css
<style>
span { border-color: #A428EE; }
span { border-color: rgb(164,40,238); }
td.TdClassName
{
border-color: #A428EE;
}
.TagClassName
{
border-color: #A428EE;
}
</style>