Shades of Blue Violet #A428FF
Tints of Blue Violet #A428FF
RGB
CMYK
RGB Variations
Color information
#A428FF (or 0xA428FF) is known color: Blue Violet. HEX triplet: A4, 28 and FF. RGB value is (164,40,255). Sum of RGB (Red+Green+Blue) = 164+40+255=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #A428FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A428FF is #5BD700. Grayscale: #646464. Windows color (decimal): -6018817 or 16722084. OLE color: 16722084.
HSL color Cylindrical-coordinate representation of color #A428FF: hue angle of 274.6º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A428FF is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 40 | 255 | - |
| CMYK | 0.36 | 0.84 | 0 | 0 |
| HSL | 274.6º | 1% | 0.58% | - |
| HSV(B) | 274.6º | 0.84% | 1% | - |
| XYZ | 34.12 | 16.63 | 96.02 | - |
| YUV | 101.59 | 214.58 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 255 | 0.36 | 0.84 | 0 | 0 | 274.6 | 1 | 0.58 |
| Hex | A4 | 28 | FF | 24 | 54 | 0 | 0 | 113 | 64 | 3A |
| Octal | 244 | 50 | 377 | 44 | 124 | 0 | 0 | 423 | 144 | 72 |
| Binary | 10100100 | 101000 | 11111111 | 100100 | 1010100 | 0 | 0 | 100010011 | 1100100 | 111010 |
Color Harmonies of #A428FF
Complementary color
Monochromatic Colors of #A428FF
Black with #A428FF
Text Example
Text Example
White with #A428FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A428FF; }
p { color: rgb(164,40,255); }
H1.HeaderClassName
{
color: #A428FF;
}
.AnyTagClassName
{
color: #A428FF;
}
</style>
background-color css
<style>
a { background-color: #A428FF; }
a { background-color: rgb(164,40,255); }
div.DivClassName
{
background-color: #A428FF;
}
.BgClassName
{
background-color: #A428FF;
}
</style>
border-color css
<style>
span { border-color: #A428FF; }
span { border-color: rgb(164,40,255); }
td.TdClassName
{
border-color: #A428FF;
}
.TagClassName
{
border-color: #A428FF;
}
</style>