Shades of Deep Lilac #AC68B8
Tints of Deep Lilac #AC68B8
RGB
CMYK
RGB Variations
Color information
#AC68B8 (or 0xAC68B8) is known color: Deep Lilac. HEX triplet: AC, 68 and B8. RGB value is (172,104,184). Sum of RGB (Red+Green+Blue) = 172+104+184=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC68B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68B8 is #539747. Grayscale: #858585. Windows color (decimal): -5478216 or 12085420. OLE color: 12085420.
HSL color Cylindrical-coordinate representation of color #AC68B8: hue angle of 291º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC68B8 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 104 | 184 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.28 |
| HSL | 291º | 0.36% | 0.56% | - |
| HSV(B) | 291º | 0.43% | 0.72% | - |
| XYZ | 30.62 | 22.13 | 48.01 | - |
| YUV | 133.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 184 | 0.07 | 0.43 | 0 | 0.28 | 291 | 0.36 | 0.56 |
| Hex | AC | 68 | B8 | 7 | 2B | 0 | 1C | 123 | 24 | 38 |
| Octal | 254 | 150 | 270 | 7 | 53 | 0 | 34 | 443 | 44 | 70 |
| Binary | 10101100 | 1101000 | 10111000 | 111 | 101011 | 0 | 11100 | 100100011 | 100100 | 111000 |
Color Harmonies of #AC68B8
Complementary color
Monochromatic Colors of #AC68B8
Black with #AC68B8
Text Example
Text Example
White with #AC68B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68B8; }
p { color: rgb(172,104,184); }
H1.HeaderClassName
{
color: #AC68B8;
}
.AnyTagClassName
{
color: #AC68B8;
}
</style>
background-color css
<style>
a { background-color: #AC68B8; }
a { background-color: rgb(172,104,184); }
div.DivClassName
{
background-color: #AC68B8;
}
.BgClassName
{
background-color: #AC68B8;
}
</style>
border-color css
<style>
span { border-color: #AC68B8; }
span { border-color: rgb(172,104,184); }
td.TdClassName
{
border-color: #AC68B8;
}
.TagClassName
{
border-color: #AC68B8;
}
</style>