Shades of Deep Lilac #AA66C1
Tints of Deep Lilac #AA66C1
RGB
CMYK
RGB Variations
Color information
#AA66C1 (or 0xAA66C1) is known color: Deep Lilac. HEX triplet: AA, 66 and C1. RGB value is (170,102,193). Sum of RGB (Red+Green+Blue) = 170+102+193=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA66C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66C1 is #55993E. Grayscale: #848484. Windows color (decimal): -5609791 or 12674730. OLE color: 12674730.
HSL color Cylindrical-coordinate representation of color #AA66C1: hue angle of 284.84º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA66C1 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 102 | 193 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.24 |
| HSL | 284.84º | 0.42% | 0.58% | - |
| HSV(B) | 284.84º | 0.47% | 0.76% | - |
| XYZ | 30.95 | 21.9 | 53.05 | - |
| YUV | 132.71 | 162.03 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 193 | 0.12 | 0.47 | 0 | 0.24 | 284.84 | 0.42 | 0.58 |
| Hex | AA | 66 | C1 | C | 2F | 0 | 18 | 11D | 2A | 3A |
| Octal | 252 | 146 | 301 | 14 | 57 | 0 | 30 | 435 | 52 | 72 |
| Binary | 10101010 | 1100110 | 11000001 | 1100 | 101111 | 0 | 11000 | 100011101 | 101010 | 111010 |
Color Harmonies of #AA66C1
Complementary color
Monochromatic Colors of #AA66C1
Black with #AA66C1
Text Example
Text Example
White with #AA66C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA66C1; }
p { color: rgb(170,102,193); }
H1.HeaderClassName
{
color: #AA66C1;
}
.AnyTagClassName
{
color: #AA66C1;
}
</style>
background-color css
<style>
a { background-color: #AA66C1; }
a { background-color: rgb(170,102,193); }
div.DivClassName
{
background-color: #AA66C1;
}
.BgClassName
{
background-color: #AA66C1;
}
</style>
border-color css
<style>
span { border-color: #AA66C1; }
span { border-color: rgb(170,102,193); }
td.TdClassName
{
border-color: #AA66C1;
}
.TagClassName
{
border-color: #AA66C1;
}
</style>