Shades of Deep Lilac #AA4ABC
Tints of Deep Lilac #AA4ABC
RGB
CMYK
RGB Variations
Color information
#AA4ABC (or 0xAA4ABC) is known color: Deep Lilac. HEX triplet: AA, 4A and BC. RGB value is (170,74,188). Sum of RGB (Red+Green+Blue) = 170+74+188=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA4ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4ABC is #55B543. Grayscale: #737373. Windows color (decimal): -5616964 or 12339882. OLE color: 12339882.
HSL color Cylindrical-coordinate representation of color #AA4ABC: hue angle of 290.53º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4ABC is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 74 | 188 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.26 |
| HSL | 290.53º | 0.46% | 0.51% | - |
| HSV(B) | 290.53º | 0.61% | 0.74% | - |
| XYZ | 28.1 | 17.07 | 49.39 | - |
| YUV | 115.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 188 | 0.10 | 0.61 | 0 | 0.26 | 290.53 | 0.46 | 0.51 |
| Hex | AA | 4A | BC | A | 3D | 0 | 1A | 123 | 2E | 33 |
| Octal | 252 | 112 | 274 | 12 | 75 | 0 | 32 | 443 | 56 | 63 |
| Binary | 10101010 | 1001010 | 10111100 | 1010 | 111101 | 0 | 11010 | 100100011 | 101110 | 110011 |
Color Harmonies of #AA4ABC
Complementary color
Monochromatic Colors of #AA4ABC
Black with #AA4ABC
Text Example
Text Example
White with #AA4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4ABC; }
p { color: rgb(170,74,188); }
H1.HeaderClassName
{
color: #AA4ABC;
}
.AnyTagClassName
{
color: #AA4ABC;
}
</style>
background-color css
<style>
a { background-color: #AA4ABC; }
a { background-color: rgb(170,74,188); }
div.DivClassName
{
background-color: #AA4ABC;
}
.BgClassName
{
background-color: #AA4ABC;
}
</style>
border-color css
<style>
span { border-color: #AA4ABC; }
span { border-color: rgb(170,74,188); }
td.TdClassName
{
border-color: #AA4ABC;
}
.TagClassName
{
border-color: #AA4ABC;
}
</style>