Shades of Blue Violet #AC46FE
Tints of Blue Violet #AC46FE
RGB
CMYK
RGB Variations
Color information
#AC46FE (or 0xAC46FE) is known color: Blue Violet. HEX triplet: AC, 46 and FE. RGB value is (172,70,254). Sum of RGB (Red+Green+Blue) = 172+70+254=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC46FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC46FE is #53B901. Grayscale: #787878. Windows color (decimal): -5486850 or 16664236. OLE color: 16664236.
HSL color Cylindrical-coordinate representation of color #AC46FE: hue angle of 273.26º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC46FE is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 70 | 254 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.00 |
| HSL | 273.26º | 0.99% | 0.64% | - |
| HSV(B) | 273.26º | 0.72% | 1% | - |
| XYZ | 37.09 | 20.31 | 95.73 | - |
| YUV | 121.47 | 202.79 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 254 | 0.32 | 0.72 | 0 | 0.00 | 273.26 | 0.99 | 0.64 |
| Hex | AC | 46 | FE | 20 | 48 | 0 | 0 | 111 | 63 | 40 |
| Octal | 254 | 106 | 376 | 40 | 110 | 0 | 0 | 421 | 143 | 100 |
| Binary | 10101100 | 1000110 | 11111110 | 100000 | 1001000 | 0 | 0 | 100010001 | 1100011 | 1000000 |
Color Harmonies of #AC46FE
Complementary color
Monochromatic Colors of #AC46FE
Black with #AC46FE
Text Example
Text Example
White with #AC46FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC46FE; }
p { color: rgb(172,70,254); }
H1.HeaderClassName
{
color: #AC46FE;
}
.AnyTagClassName
{
color: #AC46FE;
}
</style>
background-color css
<style>
a { background-color: #AC46FE; }
a { background-color: rgb(172,70,254); }
div.DivClassName
{
background-color: #AC46FE;
}
.BgClassName
{
background-color: #AC46FE;
}
</style>
border-color css
<style>
span { border-color: #AC46FE; }
span { border-color: rgb(172,70,254); }
td.TdClassName
{
border-color: #AC46FE;
}
.TagClassName
{
border-color: #AC46FE;
}
</style>