Shades of Deep Lilac #AA64BC
Tints of Deep Lilac #AA64BC
RGB
CMYK
RGB Variations
Color information
#AA64BC (or 0xAA64BC) is known color: Deep Lilac. HEX triplet: AA, 64 and BC. RGB value is (170,100,188). Sum of RGB (Red+Green+Blue) = 170+100+188=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA64BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64BC is #559B43. Grayscale: #828282. Windows color (decimal): -5610308 or 12346538. OLE color: 12346538.
HSL color Cylindrical-coordinate representation of color #AA64BC: hue angle of 287.73º 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 #AA64BC is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 100 | 188 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.26 |
| HSL | 287.73º | 0.4% | 0.56% | - |
| HSV(B) | 287.73º | 0.47% | 0.74% | - |
| XYZ | 30.21 | 21.29 | 50.09 | - |
| YUV | 130.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 188 | 0.10 | 0.47 | 0 | 0.26 | 287.73 | 0.4 | 0.56 |
| Hex | AA | 64 | BC | A | 2F | 0 | 1A | 120 | 28 | 38 |
| Octal | 252 | 144 | 274 | 12 | 57 | 0 | 32 | 440 | 50 | 70 |
| Binary | 10101010 | 1100100 | 10111100 | 1010 | 101111 | 0 | 11010 | 100100000 | 101000 | 111000 |
Color Harmonies of #AA64BC
Complementary color
Monochromatic Colors of #AA64BC
Black with #AA64BC
Text Example
Text Example
White with #AA64BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA64BC; }
p { color: rgb(170,100,188); }
H1.HeaderClassName
{
color: #AA64BC;
}
.AnyTagClassName
{
color: #AA64BC;
}
</style>
background-color css
<style>
a { background-color: #AA64BC; }
a { background-color: rgb(170,100,188); }
div.DivClassName
{
background-color: #AA64BC;
}
.BgClassName
{
background-color: #AA64BC;
}
</style>
border-color css
<style>
span { border-color: #AA64BC; }
span { border-color: rgb(170,100,188); }
td.TdClassName
{
border-color: #AA64BC;
}
.TagClassName
{
border-color: #AA64BC;
}
</style>