Shades of Blue Violet #AC41FE
Tints of Blue Violet #AC41FE
RGB
CMYK
RGB Variations
Color information
#AC41FE (or 0xAC41FE) is known color: Blue Violet. HEX triplet: AC, 41 and FE. RGB value is (172,65,254). Sum of RGB (Red+Green+Blue) = 172+65+254=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC41FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC41FE is #53BE01. Grayscale: #757575. Windows color (decimal): -5488130 or 16662956. OLE color: 16662956.
HSL color Cylindrical-coordinate representation of color #AC41FE: hue angle of 273.97º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC41FE is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 65 | 254 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.00 |
| HSL | 273.97º | 0.99% | 0.63% | - |
| HSV(B) | 273.97º | 0.74% | 1% | - |
| XYZ | 36.79 | 19.71 | 95.63 | - |
| YUV | 118.54 | 204.45 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 254 | 0.32 | 0.74 | 0 | 0.00 | 273.97 | 0.99 | 0.63 |
| Hex | AC | 41 | FE | 20 | 4A | 0 | 0 | 112 | 63 | 3F |
| Octal | 254 | 101 | 376 | 40 | 112 | 0 | 0 | 422 | 143 | 77 |
| Binary | 10101100 | 1000001 | 11111110 | 100000 | 1001010 | 0 | 0 | 100010010 | 1100011 | 111111 |
Color Harmonies of #AC41FE
Complementary color
Monochromatic Colors of #AC41FE
Black with #AC41FE
Text Example
Text Example
White with #AC41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC41FE; }
p { color: rgb(172,65,254); }
H1.HeaderClassName
{
color: #AC41FE;
}
.AnyTagClassName
{
color: #AC41FE;
}
</style>
background-color css
<style>
a { background-color: #AC41FE; }
a { background-color: rgb(172,65,254); }
div.DivClassName
{
background-color: #AC41FE;
}
.BgClassName
{
background-color: #AC41FE;
}
</style>
border-color css
<style>
span { border-color: #AC41FE; }
span { border-color: rgb(172,65,254); }
td.TdClassName
{
border-color: #AC41FE;
}
.TagClassName
{
border-color: #AC41FE;
}
</style>