Shades of Blue Violet #AC3CEF
Tints of Blue Violet #AC3CEF
RGB
CMYK
RGB Variations
Color information
#AC3CEF (or 0xAC3CEF) is known color: Blue Violet. HEX triplet: AC, 3C and EF. RGB value is (172,60,239). Sum of RGB (Red+Green+Blue) = 172+60+239=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC3CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3CEF is #53C310. Grayscale: #717171. Windows color (decimal): -5489425 or 15678636. OLE color: 15678636.
HSL color Cylindrical-coordinate representation of color #AC3CEF: hue angle of 277.54º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC3CEF is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 60 | 239 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.06 |
| HSL | 277.54º | 0.85% | 0.59% | - |
| HSV(B) | 277.54º | 0.75% | 0.94% | - |
| XYZ | 34.21 | 18.23 | 83.38 | - |
| YUV | 113.89 | 198.61 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 239 | 0.28 | 0.75 | 0 | 0.06 | 277.54 | 0.85 | 0.59 |
| Hex | AC | 3C | EF | 1C | 4B | 0 | 6 | 116 | 55 | 3B |
| Octal | 254 | 74 | 357 | 34 | 113 | 0 | 6 | 426 | 125 | 73 |
| Binary | 10101100 | 111100 | 11101111 | 11100 | 1001011 | 0 | 110 | 100010110 | 1010101 | 111011 |
Color Harmonies of #AC3CEF
Complementary color
Monochromatic Colors of #AC3CEF
Black with #AC3CEF
Text Example
Text Example
White with #AC3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3CEF; }
p { color: rgb(172,60,239); }
H1.HeaderClassName
{
color: #AC3CEF;
}
.AnyTagClassName
{
color: #AC3CEF;
}
</style>
background-color css
<style>
a { background-color: #AC3CEF; }
a { background-color: rgb(172,60,239); }
div.DivClassName
{
background-color: #AC3CEF;
}
.BgClassName
{
background-color: #AC3CEF;
}
</style>
border-color css
<style>
span { border-color: #AC3CEF; }
span { border-color: rgb(172,60,239); }
td.TdClassName
{
border-color: #AC3CEF;
}
.TagClassName
{
border-color: #AC3CEF;
}
</style>