Shades of Deep Lilac #AC65BB
Tints of Deep Lilac #AC65BB
RGB
CMYK
RGB Variations
Color information
#AC65BB (or 0xAC65BB) is known color: Deep Lilac. HEX triplet: AC, 65 and BB. RGB value is (172,101,187). Sum of RGB (Red+Green+Blue) = 172+101+187=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC65BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65BB is #539A44. Grayscale: #838383. Windows color (decimal): -5478981 or 12281260. OLE color: 12281260.
HSL color Cylindrical-coordinate representation of color #AC65BB: hue angle of 289.53º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC65BB is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 101 | 187 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.27 |
| HSL | 289.53º | 0.39% | 0.56% | - |
| HSV(B) | 289.53º | 0.46% | 0.73% | - |
| XYZ | 30.64 | 21.67 | 49.58 | - |
| YUV | 132.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 187 | 0.08 | 0.46 | 0 | 0.27 | 289.53 | 0.39 | 0.56 |
| Hex | AC | 65 | BB | 8 | 2E | 0 | 1B | 122 | 27 | 38 |
| Octal | 254 | 145 | 273 | 10 | 56 | 0 | 33 | 442 | 47 | 70 |
| Binary | 10101100 | 1100101 | 10111011 | 1000 | 101110 | 0 | 11011 | 100100010 | 100111 | 111000 |
Color Harmonies of #AC65BB
Complementary color
Monochromatic Colors of #AC65BB
Black with #AC65BB
Text Example
Text Example
White with #AC65BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65BB; }
p { color: rgb(172,101,187); }
H1.HeaderClassName
{
color: #AC65BB;
}
.AnyTagClassName
{
color: #AC65BB;
}
</style>
background-color css
<style>
a { background-color: #AC65BB; }
a { background-color: rgb(172,101,187); }
div.DivClassName
{
background-color: #AC65BB;
}
.BgClassName
{
background-color: #AC65BB;
}
</style>
border-color css
<style>
span { border-color: #AC65BB; }
span { border-color: rgb(172,101,187); }
td.TdClassName
{
border-color: #AC65BB;
}
.TagClassName
{
border-color: #AC65BB;
}
</style>