Shades of Blue Violet #AC40FE
Tints of Blue Violet #AC40FE
RGB
CMYK
RGB Variations
Color information
#AC40FE (or 0xAC40FE) is known color: Blue Violet. HEX triplet: AC, 40 and FE. RGB value is (172,64,254). Sum of RGB (Red+Green+Blue) = 172+64+254=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC40FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC40FE is #53BF01. Grayscale: #757575. Windows color (decimal): -5488386 or 16662700. OLE color: 16662700.
HSL color Cylindrical-coordinate representation of color #AC40FE: hue angle of 274.11º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC40FE is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 64 | 254 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.00 |
| HSL | 274.11º | 0.99% | 0.62% | - |
| HSV(B) | 274.11º | 0.75% | 1% | - |
| XYZ | 36.74 | 19.59 | 95.61 | - |
| YUV | 117.95 | 204.78 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 254 | 0.32 | 0.75 | 0 | 0.00 | 274.11 | 0.99 | 0.62 |
| Hex | AC | 40 | FE | 20 | 4B | 0 | 0 | 112 | 63 | 3E |
| Octal | 254 | 100 | 376 | 40 | 113 | 0 | 0 | 422 | 143 | 76 |
| Binary | 10101100 | 1000000 | 11111110 | 100000 | 1001011 | 0 | 0 | 100010010 | 1100011 | 111110 |
Color Harmonies of #AC40FE
Complementary color
Monochromatic Colors of #AC40FE
Black with #AC40FE
Text Example
Text Example
White with #AC40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40FE; }
p { color: rgb(172,64,254); }
H1.HeaderClassName
{
color: #AC40FE;
}
.AnyTagClassName
{
color: #AC40FE;
}
</style>
background-color css
<style>
a { background-color: #AC40FE; }
a { background-color: rgb(172,64,254); }
div.DivClassName
{
background-color: #AC40FE;
}
.BgClassName
{
background-color: #AC40FE;
}
</style>
border-color css
<style>
span { border-color: #AC40FE; }
span { border-color: rgb(172,64,254); }
td.TdClassName
{
border-color: #AC40FE;
}
.TagClassName
{
border-color: #AC40FE;
}
</style>