Shades of Deep Lilac #AC68BA
Tints of Deep Lilac #AC68BA
RGB
CMYK
RGB Variations
Color information
#AC68BA (or 0xAC68BA) is known color: Deep Lilac. HEX triplet: AC, 68 and BA. RGB value is (172,104,186). Sum of RGB (Red+Green+Blue) = 172+104+186=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC68BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68BA is #539745. Grayscale: #858585. Windows color (decimal): -5478214 or 12216492. OLE color: 12216492.
HSL color Cylindrical-coordinate representation of color #AC68BA: hue angle of 289.76º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC68BA is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 104 | 186 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.27 |
| HSL | 289.76º | 0.37% | 0.57% | - |
| HSV(B) | 289.76º | 0.44% | 0.73% | - |
| XYZ | 30.83 | 22.22 | 49.12 | - |
| YUV | 133.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 186 | 0.08 | 0.44 | 0 | 0.27 | 289.76 | 0.37 | 0.57 |
| Hex | AC | 68 | BA | 8 | 2C | 0 | 1B | 122 | 25 | 39 |
| Octal | 254 | 150 | 272 | 10 | 54 | 0 | 33 | 442 | 45 | 71 |
| Binary | 10101100 | 1101000 | 10111010 | 1000 | 101100 | 0 | 11011 | 100100010 | 100101 | 111001 |
Color Harmonies of #AC68BA
Complementary color
Monochromatic Colors of #AC68BA
Black with #AC68BA
Text Example
Text Example
White with #AC68BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68BA; }
p { color: rgb(172,104,186); }
H1.HeaderClassName
{
color: #AC68BA;
}
.AnyTagClassName
{
color: #AC68BA;
}
</style>
background-color css
<style>
a { background-color: #AC68BA; }
a { background-color: rgb(172,104,186); }
div.DivClassName
{
background-color: #AC68BA;
}
.BgClassName
{
background-color: #AC68BA;
}
</style>
border-color css
<style>
span { border-color: #AC68BA; }
span { border-color: rgb(172,104,186); }
td.TdClassName
{
border-color: #AC68BA;
}
.TagClassName
{
border-color: #AC68BA;
}
</style>