Shades of Blue Violet #A428FA
Tints of Blue Violet #A428FA
RGB
CMYK
RGB Variations
Color information
#A428FA (or 0xA428FA) is known color: Blue Violet. HEX triplet: A4, 28 and FA. RGB value is (164,40,250). Sum of RGB (Red+Green+Blue) = 164+40+250=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #A428FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A428FA is #5BD705. Grayscale: #646464. Windows color (decimal): -6018822 or 16394404. OLE color: 16394404.
HSL color Cylindrical-coordinate representation of color #A428FA: hue angle of 275.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A428FA is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 40 | 250 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.02 |
| HSL | 275.43º | 0.95% | 0.57% | - |
| HSV(B) | 275.43º | 0.84% | 0.98% | - |
| XYZ | 33.32 | 16.31 | 91.83 | - |
| YUV | 101.02 | 212.08 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 250 | 0.34 | 0.84 | 0 | 0.02 | 275.43 | 0.95 | 0.57 |
| Hex | A4 | 28 | FA | 22 | 54 | 0 | 2 | 113 | 5F | 39 |
| Octal | 244 | 50 | 372 | 42 | 124 | 0 | 2 | 423 | 137 | 71 |
| Binary | 10100100 | 101000 | 11111010 | 100010 | 1010100 | 0 | 10 | 100010011 | 1011111 | 111001 |
Color Harmonies of #A428FA
Complementary color
Monochromatic Colors of #A428FA
Black with #A428FA
Text Example
Text Example
White with #A428FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A428FA; }
p { color: rgb(164,40,250); }
H1.HeaderClassName
{
color: #A428FA;
}
.AnyTagClassName
{
color: #A428FA;
}
</style>
background-color css
<style>
a { background-color: #A428FA; }
a { background-color: rgb(164,40,250); }
div.DivClassName
{
background-color: #A428FA;
}
.BgClassName
{
background-color: #A428FA;
}
</style>
border-color css
<style>
span { border-color: #A428FA; }
span { border-color: rgb(164,40,250); }
td.TdClassName
{
border-color: #A428FA;
}
.TagClassName
{
border-color: #A428FA;
}
</style>