Shades of Deep Lilac #A966C1
Tints of Deep Lilac #A966C1
RGB
CMYK
RGB Variations
Color information
#A966C1 (or 0xA966C1) is known color: Deep Lilac. HEX triplet: A9, 66 and C1. RGB value is (169,102,193). Sum of RGB (Red+Green+Blue) = 169+102+193=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #A966C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A966C1 is #56993E. Grayscale: #848484. Windows color (decimal): -5675327 or 12674729. OLE color: 12674729.
HSL color Cylindrical-coordinate representation of color #A966C1: hue angle of 284.18º 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 #A966C1 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 102 | 193 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.24 |
| HSL | 284.18º | 0.42% | 0.58% | - |
| HSV(B) | 284.18º | 0.47% | 0.76% | - |
| XYZ | 30.74 | 21.79 | 53.04 | - |
| YUV | 132.41 | 162.2 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 102 | 193 | 0.12 | 0.47 | 0 | 0.24 | 284.18 | 0.42 | 0.58 |
| Hex | A9 | 66 | C1 | C | 2F | 0 | 18 | 11C | 2A | 3A |
| Octal | 251 | 146 | 301 | 14 | 57 | 0 | 30 | 434 | 52 | 72 |
| Binary | 10101001 | 1100110 | 11000001 | 1100 | 101111 | 0 | 11000 | 100011100 | 101010 | 111010 |
Color Harmonies of #A966C1
Complementary color
Monochromatic Colors of #A966C1
Black with #A966C1
Text Example
Text Example
White with #A966C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A966C1; }
p { color: rgb(169,102,193); }
H1.HeaderClassName
{
color: #A966C1;
}
.AnyTagClassName
{
color: #A966C1;
}
</style>
background-color css
<style>
a { background-color: #A966C1; }
a { background-color: rgb(169,102,193); }
div.DivClassName
{
background-color: #A966C1;
}
.BgClassName
{
background-color: #A966C1;
}
</style>
border-color css
<style>
span { border-color: #A966C1; }
span { border-color: rgb(169,102,193); }
td.TdClassName
{
border-color: #A966C1;
}
.TagClassName
{
border-color: #A966C1;
}
</style>