Shades of Blue Violet #AC28FF
Tints of Blue Violet #AC28FF
RGB
CMYK
RGB Variations
Color information
#AC28FF (or 0xAC28FF) is known color: Blue Violet. HEX triplet: AC, 28 and FF. RGB value is (172,40,255). Sum of RGB (Red+Green+Blue) = 172+40+255=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC28FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC28FF is #53D700. Grayscale: #676767. Windows color (decimal): -5494529 or 16722092. OLE color: 16722092.
HSL color Cylindrical-coordinate representation of color #AC28FF: hue angle of 276.84º 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 #AC28FF is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 40 | 255 | - |
| CMYK | 0.33 | 0.84 | 0 | 0 |
| HSL | 276.84º | 1% | 0.58% | - |
| HSV(B) | 276.84º | 0.84% | 1% | - |
| XYZ | 35.82 | 17.51 | 96.1 | - |
| YUV | 103.98 | 213.23 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 255 | 0.33 | 0.84 | 0 | 0 | 276.84 | 1 | 0.58 |
| Hex | AC | 28 | FF | 21 | 54 | 0 | 0 | 115 | 64 | 3A |
| Octal | 254 | 50 | 377 | 41 | 124 | 0 | 0 | 425 | 144 | 72 |
| Binary | 10101100 | 101000 | 11111111 | 100001 | 1010100 | 0 | 0 | 100010101 | 1100100 | 111010 |
Color Harmonies of #AC28FF
Complementary color
Monochromatic Colors of #AC28FF
Black with #AC28FF
Text Example
Text Example
White with #AC28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28FF; }
p { color: rgb(172,40,255); }
H1.HeaderClassName
{
color: #AC28FF;
}
.AnyTagClassName
{
color: #AC28FF;
}
</style>
background-color css
<style>
a { background-color: #AC28FF; }
a { background-color: rgb(172,40,255); }
div.DivClassName
{
background-color: #AC28FF;
}
.BgClassName
{
background-color: #AC28FF;
}
</style>
border-color css
<style>
span { border-color: #AC28FF; }
span { border-color: rgb(172,40,255); }
td.TdClassName
{
border-color: #AC28FF;
}
.TagClassName
{
border-color: #AC28FF;
}
</style>