Shades of Deep Lilac #AC68BD
Tints of Deep Lilac #AC68BD
RGB
CMYK
RGB Variations
Color information
#AC68BD (or 0xAC68BD) is known color: Deep Lilac. HEX triplet: AC, 68 and BD. RGB value is (172,104,189). Sum of RGB (Red+Green+Blue) = 172+104+189=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC68BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68BD is #539742. Grayscale: #858585. Windows color (decimal): -5478211 or 12413100. OLE color: 12413100.
HSL color Cylindrical-coordinate representation of color #AC68BD: hue angle of 288º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC68BD is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 104 | 189 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.26 |
| HSL | 288º | 0.39% | 0.57% | - |
| HSV(B) | 288º | 0.45% | 0.74% | - |
| XYZ | 31.15 | 22.35 | 50.82 | - |
| YUV | 134.02 | 159.03 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 189 | 0.09 | 0.45 | 0 | 0.26 | 288 | 0.39 | 0.57 |
| Hex | AC | 68 | BD | 9 | 2D | 0 | 1A | 120 | 27 | 39 |
| Octal | 254 | 150 | 275 | 11 | 55 | 0 | 32 | 440 | 47 | 71 |
| Binary | 10101100 | 1101000 | 10111101 | 1001 | 101101 | 0 | 11010 | 100100000 | 100111 | 111001 |
Color Harmonies of #AC68BD
Complementary color
Monochromatic Colors of #AC68BD
Black with #AC68BD
Text Example
Text Example
White with #AC68BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68BD; }
p { color: rgb(172,104,189); }
H1.HeaderClassName
{
color: #AC68BD;
}
.AnyTagClassName
{
color: #AC68BD;
}
</style>
background-color css
<style>
a { background-color: #AC68BD; }
a { background-color: rgb(172,104,189); }
div.DivClassName
{
background-color: #AC68BD;
}
.BgClassName
{
background-color: #AC68BD;
}
</style>
border-color css
<style>
span { border-color: #AC68BD; }
span { border-color: rgb(172,104,189); }
td.TdClassName
{
border-color: #AC68BD;
}
.TagClassName
{
border-color: #AC68BD;
}
</style>