Shades of Blue Violet #A028FF
Tints of Blue Violet #A028FF
RGB
CMYK
RGB Variations
Color information
#A028FF (or 0xA028FF) is known color: Blue Violet. HEX triplet: A0, 28 and FF. RGB value is (160,40,255). Sum of RGB (Red+Green+Blue) = 160+40+255=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #A028FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A028FF is #5FD700. Grayscale: #636363. Windows color (decimal): -6280961 or 16722080. OLE color: 16722080.
HSL color Cylindrical-coordinate representation of color #A028FF: hue angle of 273.49º 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 #A028FF is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 40 | 255 | - |
| CMYK | 0.37 | 0.84 | 0 | 0 |
| HSL | 273.49º | 1% | 0.58% | - |
| HSV(B) | 273.49º | 0.84% | 1% | - |
| XYZ | 33.31 | 16.21 | 95.98 | - |
| YUV | 100.39 | 215.26 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 255 | 0.37 | 0.84 | 0 | 0 | 273.49 | 1 | 0.58 |
| Hex | A0 | 28 | FF | 25 | 54 | 0 | 0 | 111 | 64 | 3A |
| Octal | 240 | 50 | 377 | 45 | 124 | 0 | 0 | 421 | 144 | 72 |
| Binary | 10100000 | 101000 | 11111111 | 100101 | 1010100 | 0 | 0 | 100010001 | 1100100 | 111010 |
Color Harmonies of #A028FF
Complementary color
Monochromatic Colors of #A028FF
Black with #A028FF
Text Example
Text Example
White with #A028FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A028FF; }
p { color: rgb(160,40,255); }
H1.HeaderClassName
{
color: #A028FF;
}
.AnyTagClassName
{
color: #A028FF;
}
</style>
background-color css
<style>
a { background-color: #A028FF; }
a { background-color: rgb(160,40,255); }
div.DivClassName
{
background-color: #A028FF;
}
.BgClassName
{
background-color: #A028FF;
}
</style>
border-color css
<style>
span { border-color: #A028FF; }
span { border-color: rgb(160,40,255); }
td.TdClassName
{
border-color: #A028FF;
}
.TagClassName
{
border-color: #A028FF;
}
</style>