Shades of Blue Violet #A428E5
Tints of Blue Violet #A428E5
RGB
CMYK
RGB Variations
Color information
#A428E5 (or 0xA428E5) is known color: Blue Violet. HEX triplet: A4, 28 and E5. RGB value is (164,40,229). Sum of RGB (Red+Green+Blue) = 164+40+229=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #A428E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A428E5 is #5BD71A. Grayscale: #616161. Windows color (decimal): -6018843 or 15018148. OLE color: 15018148.
HSL color Cylindrical-coordinate representation of color #A428E5: hue angle of 279.37º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A428E5 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 40 | 229 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.10 |
| HSL | 279.37º | 0.78% | 0.53% | - |
| HSV(B) | 279.37º | 0.83% | 0.9% | - |
| XYZ | 30.21 | 15.07 | 75.44 | - |
| YUV | 98.62 | 201.58 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 229 | 0.28 | 0.83 | 0 | 0.10 | 279.37 | 0.78 | 0.53 |
| Hex | A4 | 28 | E5 | 1C | 53 | 0 | A | 117 | 4E | 35 |
| Octal | 244 | 50 | 345 | 34 | 123 | 0 | 12 | 427 | 116 | 65 |
| Binary | 10100100 | 101000 | 11100101 | 11100 | 1010011 | 0 | 1010 | 100010111 | 1001110 | 110101 |
Color Harmonies of #A428E5
Complementary color
Monochromatic Colors of #A428E5
Black with #A428E5
Text Example
Text Example
White with #A428E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A428E5; }
p { color: rgb(164,40,229); }
H1.HeaderClassName
{
color: #A428E5;
}
.AnyTagClassName
{
color: #A428E5;
}
</style>
background-color css
<style>
a { background-color: #A428E5; }
a { background-color: rgb(164,40,229); }
div.DivClassName
{
background-color: #A428E5;
}
.BgClassName
{
background-color: #A428E5;
}
</style>
border-color css
<style>
span { border-color: #A428E5; }
span { border-color: rgb(164,40,229); }
td.TdClassName
{
border-color: #A428E5;
}
.TagClassName
{
border-color: #A428E5;
}
</style>