Shades of Blue Violet #AC28FE
Tints of Blue Violet #AC28FE
RGB
CMYK
RGB Variations
Color information
#AC28FE (or 0xAC28FE) is known color: Blue Violet. HEX triplet: AC, 28 and FE. RGB value is (172,40,254). Sum of RGB (Red+Green+Blue) = 172+40+254=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC28FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC28FE is #53D701. Grayscale: #676767. Windows color (decimal): -5494530 or 16656556. OLE color: 16656556.
HSL color Cylindrical-coordinate representation of color #AC28FE: hue angle of 277.01º 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 #AC28FE is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 40 | 254 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.00 |
| HSL | 277.01º | 0.99% | 0.58% | - |
| HSV(B) | 277.01º | 0.84% | 1% | - |
| XYZ | 35.66 | 17.44 | 95.25 | - |
| YUV | 103.86 | 212.73 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 254 | 0.32 | 0.84 | 0 | 0.00 | 277.01 | 0.99 | 0.58 |
| Hex | AC | 28 | FE | 20 | 54 | 0 | 0 | 115 | 63 | 3A |
| Octal | 254 | 50 | 376 | 40 | 124 | 0 | 0 | 425 | 143 | 72 |
| Binary | 10101100 | 101000 | 11111110 | 100000 | 1010100 | 0 | 0 | 100010101 | 1100011 | 111010 |
Color Harmonies of #AC28FE
Complementary color
Monochromatic Colors of #AC28FE
Black with #AC28FE
Text Example
Text Example
White with #AC28FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28FE; }
p { color: rgb(172,40,254); }
H1.HeaderClassName
{
color: #AC28FE;
}
.AnyTagClassName
{
color: #AC28FE;
}
</style>
background-color css
<style>
a { background-color: #AC28FE; }
a { background-color: rgb(172,40,254); }
div.DivClassName
{
background-color: #AC28FE;
}
.BgClassName
{
background-color: #AC28FE;
}
</style>
border-color css
<style>
span { border-color: #AC28FE; }
span { border-color: rgb(172,40,254); }
td.TdClassName
{
border-color: #AC28FE;
}
.TagClassName
{
border-color: #AC28FE;
}
</style>