Shades of Blue Violet #AC37FE
Tints of Blue Violet #AC37FE
RGB
CMYK
RGB Variations
Color information
#AC37FE (or 0xAC37FE) is known color: Blue Violet. HEX triplet: AC, 37 and FE. RGB value is (172,55,254). Sum of RGB (Red+Green+Blue) = 172+55+254=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC37FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC37FE is #53C801. Grayscale: #6F6F6F. Windows color (decimal): -5490690 or 16660396. OLE color: 16660396.
HSL color Cylindrical-coordinate representation of color #AC37FE: hue angle of 275.28º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC37FE is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 55 | 254 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.00 |
| HSL | 275.28º | 0.99% | 0.61% | - |
| HSV(B) | 275.28º | 0.78% | 1% | - |
| XYZ | 36.27 | 18.66 | 95.46 | - |
| YUV | 112.67 | 207.76 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 254 | 0.32 | 0.78 | 0 | 0.00 | 275.28 | 0.99 | 0.61 |
| Hex | AC | 37 | FE | 20 | 4E | 0 | 0 | 113 | 63 | 3D |
| Octal | 254 | 67 | 376 | 40 | 116 | 0 | 0 | 423 | 143 | 75 |
| Binary | 10101100 | 110111 | 11111110 | 100000 | 1001110 | 0 | 0 | 100010011 | 1100011 | 111101 |
Color Harmonies of #AC37FE
Complementary color
Monochromatic Colors of #AC37FE
Black with #AC37FE
Text Example
Text Example
White with #AC37FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC37FE; }
p { color: rgb(172,55,254); }
H1.HeaderClassName
{
color: #AC37FE;
}
.AnyTagClassName
{
color: #AC37FE;
}
</style>
background-color css
<style>
a { background-color: #AC37FE; }
a { background-color: rgb(172,55,254); }
div.DivClassName
{
background-color: #AC37FE;
}
.BgClassName
{
background-color: #AC37FE;
}
</style>
border-color css
<style>
span { border-color: #AC37FE; }
span { border-color: rgb(172,55,254); }
td.TdClassName
{
border-color: #AC37FE;
}
.TagClassName
{
border-color: #AC37FE;
}
</style>