Shades of Deep Lilac #AC63BC
Tints of Deep Lilac #AC63BC
RGB
CMYK
RGB Variations
Color information
#AC63BC (or 0xAC63BC) is known color: Deep Lilac. HEX triplet: AC, 63 and BC. RGB value is (172,99,188). Sum of RGB (Red+Green+Blue) = 172+99+188=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC63BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63BC is #539C43. Grayscale: #828282. Windows color (decimal): -5479492 or 12346284. OLE color: 12346284.
HSL color Cylindrical-coordinate representation of color #AC63BC: hue angle of 289.21º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC63BC is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 99 | 188 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.26 |
| HSL | 289.21º | 0.4% | 0.56% | - |
| HSV(B) | 289.21º | 0.47% | 0.74% | - |
| XYZ | 30.55 | 21.33 | 50.08 | - |
| YUV | 130.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 188 | 0.09 | 0.47 | 0 | 0.26 | 289.21 | 0.4 | 0.56 |
| Hex | AC | 63 | BC | 9 | 2F | 0 | 1A | 121 | 28 | 38 |
| Octal | 254 | 143 | 274 | 11 | 57 | 0 | 32 | 441 | 50 | 70 |
| Binary | 10101100 | 1100011 | 10111100 | 1001 | 101111 | 0 | 11010 | 100100001 | 101000 | 111000 |
Color Harmonies of #AC63BC
Complementary color
Monochromatic Colors of #AC63BC
Black with #AC63BC
Text Example
Text Example
White with #AC63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC63BC; }
p { color: rgb(172,99,188); }
H1.HeaderClassName
{
color: #AC63BC;
}
.AnyTagClassName
{
color: #AC63BC;
}
</style>
background-color css
<style>
a { background-color: #AC63BC; }
a { background-color: rgb(172,99,188); }
div.DivClassName
{
background-color: #AC63BC;
}
.BgClassName
{
background-color: #AC63BC;
}
</style>
border-color css
<style>
span { border-color: #AC63BC; }
span { border-color: rgb(172,99,188); }
td.TdClassName
{
border-color: #AC63BC;
}
.TagClassName
{
border-color: #AC63BC;
}
</style>