Shades of Blue Violet #AC28F7
Tints of Blue Violet #AC28F7
RGB
CMYK
RGB Variations
Color information
#AC28F7 (or 0xAC28F7) is known color: Blue Violet. HEX triplet: AC, 28 and F7. RGB value is (172,40,247). Sum of RGB (Red+Green+Blue) = 172+40+247=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 247 (96.88% from 255 or 53.81% from 459); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC28F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC28F7 is #53D708. Grayscale: #666666. Windows color (decimal): -5494537 or 16197804. OLE color: 16197804.
HSL color Cylindrical-coordinate representation of color #AC28F7: hue angle of 278.26º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC28F7 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 40 | 247 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.03 |
| HSL | 278.26º | 0.93% | 0.56% | - |
| HSV(B) | 278.26º | 0.84% | 0.97% | - |
| XYZ | 34.56 | 17 | 89.46 | - |
| YUV | 103.07 | 209.23 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 247 | 0.30 | 0.84 | 0 | 0.03 | 278.26 | 0.93 | 0.56 |
| Hex | AC | 28 | F7 | 1E | 54 | 0 | 3 | 116 | 5D | 38 |
| Octal | 254 | 50 | 367 | 36 | 124 | 0 | 3 | 426 | 135 | 70 |
| Binary | 10101100 | 101000 | 11110111 | 11110 | 1010100 | 0 | 11 | 100010110 | 1011101 | 111000 |
Color Harmonies of #AC28F7
Complementary color
Monochromatic Colors of #AC28F7
Black with #AC28F7
Text Example
Text Example
White with #AC28F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28F7; }
p { color: rgb(172,40,247); }
H1.HeaderClassName
{
color: #AC28F7;
}
.AnyTagClassName
{
color: #AC28F7;
}
</style>
background-color css
<style>
a { background-color: #AC28F7; }
a { background-color: rgb(172,40,247); }
div.DivClassName
{
background-color: #AC28F7;
}
.BgClassName
{
background-color: #AC28F7;
}
</style>
border-color css
<style>
span { border-color: #AC28F7; }
span { border-color: rgb(172,40,247); }
td.TdClassName
{
border-color: #AC28F7;
}
.TagClassName
{
border-color: #AC28F7;
}
</style>