Shades of Blue Violet #A428FE
Tints of Blue Violet #A428FE
RGB
CMYK
RGB Variations
Color information
#A428FE (or 0xA428FE) is known color: Blue Violet. HEX triplet: A4, 28 and FE. RGB value is (164,40,254). Sum of RGB (Red+Green+Blue) = 164+40+254=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #A428FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A428FE is #5BD701. Grayscale: #646464. Windows color (decimal): -6018818 or 16656548. OLE color: 16656548.
HSL color Cylindrical-coordinate representation of color #A428FE: hue angle of 274.77º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A428FE is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 40 | 254 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.00 |
| HSL | 274.77º | 0.99% | 0.58% | - |
| HSV(B) | 274.77º | 0.84% | 1% | - |
| XYZ | 33.96 | 16.57 | 95.17 | - |
| YUV | 101.47 | 214.08 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 254 | 0.35 | 0.84 | 0 | 0.00 | 274.77 | 0.99 | 0.58 |
| Hex | A4 | 28 | FE | 23 | 54 | 0 | 0 | 113 | 63 | 3A |
| Octal | 244 | 50 | 376 | 43 | 124 | 0 | 0 | 423 | 143 | 72 |
| Binary | 10100100 | 101000 | 11111110 | 100011 | 1010100 | 0 | 0 | 100010011 | 1100011 | 111010 |
Color Harmonies of #A428FE
Complementary color
Monochromatic Colors of #A428FE
Black with #A428FE
Text Example
Text Example
White with #A428FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A428FE; }
p { color: rgb(164,40,254); }
H1.HeaderClassName
{
color: #A428FE;
}
.AnyTagClassName
{
color: #A428FE;
}
</style>
background-color css
<style>
a { background-color: #A428FE; }
a { background-color: rgb(164,40,254); }
div.DivClassName
{
background-color: #A428FE;
}
.BgClassName
{
background-color: #A428FE;
}
</style>
border-color css
<style>
span { border-color: #A428FE; }
span { border-color: rgb(164,40,254); }
td.TdClassName
{
border-color: #A428FE;
}
.TagClassName
{
border-color: #A428FE;
}
</style>