Shades of Deep Lilac #AC4CBF
Tints of Deep Lilac #AC4CBF
RGB
CMYK
RGB Variations
Color information
#AC4CBF (or 0xAC4CBF) is known color: Deep Lilac. HEX triplet: AC, 4C and BF. RGB value is (172,76,191). Sum of RGB (Red+Green+Blue) = 172+76+191=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC4CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CBF is #53B340. Grayscale: #757575. Windows color (decimal): -5485377 or 12537004. OLE color: 12537004.
HSL color Cylindrical-coordinate representation of color #AC4CBF: hue angle of 290.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4CBF is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 76 | 191 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.25 |
| HSL | 290.09º | 0.47% | 0.52% | - |
| HSV(B) | 290.09º | 0.6% | 0.75% | - |
| XYZ | 29 | 17.7 | 51.18 | - |
| YUV | 117.81 | 169.3 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 191 | 0.10 | 0.60 | 0 | 0.25 | 290.09 | 0.47 | 0.52 |
| Hex | AC | 4C | BF | A | 3C | 0 | 19 | 122 | 2F | 34 |
| Octal | 254 | 114 | 277 | 12 | 74 | 0 | 31 | 442 | 57 | 64 |
| Binary | 10101100 | 1001100 | 10111111 | 1010 | 111100 | 0 | 11001 | 100100010 | 101111 | 110100 |
Color Harmonies of #AC4CBF
Complementary color
Monochromatic Colors of #AC4CBF
Black with #AC4CBF
Text Example
Text Example
White with #AC4CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4CBF; }
p { color: rgb(172,76,191); }
H1.HeaderClassName
{
color: #AC4CBF;
}
.AnyTagClassName
{
color: #AC4CBF;
}
</style>
background-color css
<style>
a { background-color: #AC4CBF; }
a { background-color: rgb(172,76,191); }
div.DivClassName
{
background-color: #AC4CBF;
}
.BgClassName
{
background-color: #AC4CBF;
}
</style>
border-color css
<style>
span { border-color: #AC4CBF; }
span { border-color: rgb(172,76,191); }
td.TdClassName
{
border-color: #AC4CBF;
}
.TagClassName
{
border-color: #AC4CBF;
}
</style>