Shades of Blue Violet #A028FC
Tints of Blue Violet #A028FC
RGB
CMYK
RGB Variations
Color information
#A028FC (or 0xA028FC) is known color: Blue Violet. HEX triplet: A0, 28 and FC. RGB value is (160,40,252). Sum of RGB (Red+Green+Blue) = 160+40+252=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #A028FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A028FC is #5FD703. Grayscale: #636363. Windows color (decimal): -6280964 or 16525472. OLE color: 16525472.
HSL color Cylindrical-coordinate representation of color #A028FC: hue angle of 273.96º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A028FC is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 40 | 252 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.01 |
| HSL | 273.96º | 0.97% | 0.57% | - |
| HSV(B) | 273.96º | 0.84% | 0.99% | - |
| XYZ | 32.83 | 16.02 | 93.46 | - |
| YUV | 100.05 | 213.76 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 252 | 0.37 | 0.84 | 0 | 0.01 | 273.96 | 0.97 | 0.57 |
| Hex | A0 | 28 | FC | 25 | 54 | 0 | 1 | 112 | 61 | 39 |
| Octal | 240 | 50 | 374 | 45 | 124 | 0 | 1 | 422 | 141 | 71 |
| Binary | 10100000 | 101000 | 11111100 | 100101 | 1010100 | 0 | 1 | 100010010 | 1100001 | 111001 |
Color Harmonies of #A028FC
Complementary color
Monochromatic Colors of #A028FC
Black with #A028FC
Text Example
Text Example
White with #A028FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A028FC; }
p { color: rgb(160,40,252); }
H1.HeaderClassName
{
color: #A028FC;
}
.AnyTagClassName
{
color: #A028FC;
}
</style>
background-color css
<style>
a { background-color: #A028FC; }
a { background-color: rgb(160,40,252); }
div.DivClassName
{
background-color: #A028FC;
}
.BgClassName
{
background-color: #A028FC;
}
</style>
border-color css
<style>
span { border-color: #A028FC; }
span { border-color: rgb(160,40,252); }
td.TdClassName
{
border-color: #A028FC;
}
.TagClassName
{
border-color: #A028FC;
}
</style>