Shades of Deep Lilac #AC65C1
Tints of Deep Lilac #AC65C1
RGB
CMYK
RGB Variations
Color information
#AC65C1 (or 0xAC65C1) is known color: Deep Lilac. HEX triplet: AC, 65 and C1. RGB value is (172,101,193). Sum of RGB (Red+Green+Blue) = 172+101+193=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC65C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65C1 is #539A3E. Grayscale: #848484. Windows color (decimal): -5478975 or 12674476. OLE color: 12674476.
HSL color Cylindrical-coordinate representation of color #AC65C1: hue angle of 286.3º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC65C1 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 101 | 193 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.24 |
| HSL | 286.3º | 0.43% | 0.58% | - |
| HSV(B) | 286.3º | 0.48% | 0.76% | - |
| XYZ | 31.29 | 21.93 | 53.04 | - |
| YUV | 132.72 | 162.02 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 193 | 0.11 | 0.48 | 0 | 0.24 | 286.3 | 0.43 | 0.58 |
| Hex | AC | 65 | C1 | B | 30 | 0 | 18 | 11E | 2B | 3A |
| Octal | 254 | 145 | 301 | 13 | 60 | 0 | 30 | 436 | 53 | 72 |
| Binary | 10101100 | 1100101 | 11000001 | 1011 | 110000 | 0 | 11000 | 100011110 | 101011 | 111010 |
Color Harmonies of #AC65C1
Complementary color
Monochromatic Colors of #AC65C1
Black with #AC65C1
Text Example
Text Example
White with #AC65C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65C1; }
p { color: rgb(172,101,193); }
H1.HeaderClassName
{
color: #AC65C1;
}
.AnyTagClassName
{
color: #AC65C1;
}
</style>
background-color css
<style>
a { background-color: #AC65C1; }
a { background-color: rgb(172,101,193); }
div.DivClassName
{
background-color: #AC65C1;
}
.BgClassName
{
background-color: #AC65C1;
}
</style>
border-color css
<style>
span { border-color: #AC65C1; }
span { border-color: rgb(172,101,193); }
td.TdClassName
{
border-color: #AC65C1;
}
.TagClassName
{
border-color: #AC65C1;
}
</style>