Shades of Deep Lilac #AC63B9
Tints of Deep Lilac #AC63B9
RGB
CMYK
RGB Variations
Color information
#AC63B9 (or 0xAC63B9) is known color: Deep Lilac. HEX triplet: AC, 63 and B9. RGB value is (172,99,185). Sum of RGB (Red+Green+Blue) = 172+99+185=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC63B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63B9 is #539C46. Grayscale: #828282. Windows color (decimal): -5479495 or 12149676. OLE color: 12149676.
HSL color Cylindrical-coordinate representation of color #AC63B9: hue angle of 290.93º degrees, saturation: 0.38, 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 #AC63B9 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 99 | 185 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.27 |
| HSL | 290.93º | 0.38% | 0.56% | - |
| HSV(B) | 290.93º | 0.46% | 0.73% | - |
| XYZ | 30.23 | 21.2 | 48.4 | - |
| YUV | 130.63 | 158.68 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 185 | 0.07 | 0.46 | 0 | 0.27 | 290.93 | 0.38 | 0.56 |
| Hex | AC | 63 | B9 | 7 | 2E | 0 | 1B | 123 | 26 | 38 |
| Octal | 254 | 143 | 271 | 7 | 56 | 0 | 33 | 443 | 46 | 70 |
| Binary | 10101100 | 1100011 | 10111001 | 111 | 101110 | 0 | 11011 | 100100011 | 100110 | 111000 |
Color Harmonies of #AC63B9
Complementary color
Monochromatic Colors of #AC63B9
Black with #AC63B9
Text Example
Text Example
White with #AC63B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC63B9; }
p { color: rgb(172,99,185); }
H1.HeaderClassName
{
color: #AC63B9;
}
.AnyTagClassName
{
color: #AC63B9;
}
</style>
background-color css
<style>
a { background-color: #AC63B9; }
a { background-color: rgb(172,99,185); }
div.DivClassName
{
background-color: #AC63B9;
}
.BgClassName
{
background-color: #AC63B9;
}
</style>
border-color css
<style>
span { border-color: #AC63B9; }
span { border-color: rgb(172,99,185); }
td.TdClassName
{
border-color: #AC63B9;
}
.TagClassName
{
border-color: #AC63B9;
}
</style>