Shades of Deep Lilac #AA69C2
Tints of Deep Lilac #AA69C2
RGB
CMYK
RGB Variations
Color information
#AA69C2 (or 0xAA69C2) is known color: Deep Lilac. HEX triplet: AA, 69 and C2. RGB value is (170,105,194). Sum of RGB (Red+Green+Blue) = 170+105+194=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA69C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69C2 is #55963D. Grayscale: #868686. Windows color (decimal): -5609022 or 12741034. OLE color: 12741034.
HSL color Cylindrical-coordinate representation of color #AA69C2: hue angle of 283.82º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA69C2 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 105 | 194 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.24 |
| HSL | 283.82º | 0.42% | 0.59% | - |
| HSV(B) | 283.82º | 0.46% | 0.76% | - |
| XYZ | 31.37 | 22.54 | 53.74 | - |
| YUV | 134.58 | 161.53 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 194 | 0.12 | 0.46 | 0 | 0.24 | 283.82 | 0.42 | 0.59 |
| Hex | AA | 69 | C2 | C | 2E | 0 | 18 | 11C | 2A | 3B |
| Octal | 252 | 151 | 302 | 14 | 56 | 0 | 30 | 434 | 52 | 73 |
| Binary | 10101010 | 1101001 | 11000010 | 1100 | 101110 | 0 | 11000 | 100011100 | 101010 | 111011 |
Color Harmonies of #AA69C2
Complementary color
Monochromatic Colors of #AA69C2
Black with #AA69C2
Text Example
Text Example
White with #AA69C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69C2; }
p { color: rgb(170,105,194); }
H1.HeaderClassName
{
color: #AA69C2;
}
.AnyTagClassName
{
color: #AA69C2;
}
</style>
background-color css
<style>
a { background-color: #AA69C2; }
a { background-color: rgb(170,105,194); }
div.DivClassName
{
background-color: #AA69C2;
}
.BgClassName
{
background-color: #AA69C2;
}
</style>
border-color css
<style>
span { border-color: #AA69C2; }
span { border-color: rgb(170,105,194); }
td.TdClassName
{
border-color: #AA69C2;
}
.TagClassName
{
border-color: #AA69C2;
}
</style>