Shades of Deep Lilac #AC6DB8
Tints of Deep Lilac #AC6DB8
RGB
CMYK
RGB Variations
Color information
#AC6DB8 (or 0xAC6DB8) is known color: Deep Lilac. HEX triplet: AC, 6D and B8. RGB value is (172,109,184). Sum of RGB (Red+Green+Blue) = 172+109+184=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC6DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DB8 is #539247. Grayscale: #888888. Windows color (decimal): -5476936 or 12086700. OLE color: 12086700.
HSL color Cylindrical-coordinate representation of color #AC6DB8: hue angle of 290.4º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6DB8 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 109 | 184 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.28 |
| HSL | 290.4º | 0.35% | 0.57% | - |
| HSV(B) | 290.4º | 0.41% | 0.72% | - |
| XYZ | 31.13 | 23.17 | 48.18 | - |
| YUV | 136.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 184 | 0.07 | 0.41 | 0 | 0.28 | 290.4 | 0.35 | 0.57 |
| Hex | AC | 6D | B8 | 7 | 29 | 0 | 1C | 122 | 23 | 39 |
| Octal | 254 | 155 | 270 | 7 | 51 | 0 | 34 | 442 | 43 | 71 |
| Binary | 10101100 | 1101101 | 10111000 | 111 | 101001 | 0 | 11100 | 100100010 | 100011 | 111001 |
Color Harmonies of #AC6DB8
Complementary color
Monochromatic Colors of #AC6DB8
Black with #AC6DB8
Text Example
Text Example
White with #AC6DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6DB8; }
p { color: rgb(172,109,184); }
H1.HeaderClassName
{
color: #AC6DB8;
}
.AnyTagClassName
{
color: #AC6DB8;
}
</style>
background-color css
<style>
a { background-color: #AC6DB8; }
a { background-color: rgb(172,109,184); }
div.DivClassName
{
background-color: #AC6DB8;
}
.BgClassName
{
background-color: #AC6DB8;
}
</style>
border-color css
<style>
span { border-color: #AC6DB8; }
span { border-color: rgb(172,109,184); }
td.TdClassName
{
border-color: #AC6DB8;
}
.TagClassName
{
border-color: #AC6DB8;
}
</style>