Shades of Deep Lilac #AA4CBF
Tints of Deep Lilac #AA4CBF
RGB
CMYK
RGB Variations
Color information
#AA4CBF (or 0xAA4CBF) is known color: Deep Lilac. HEX triplet: AA, 4C and BF. RGB value is (170,76,191). Sum of RGB (Red+Green+Blue) = 170+76+191=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA4CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CBF is #55B340. Grayscale: #747474. Windows color (decimal): -5616449 or 12537002. OLE color: 12537002.
HSL color Cylindrical-coordinate representation of color #AA4CBF: hue angle of 289.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4CBF is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 76 | 191 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.25 |
| HSL | 289.04º | 0.47% | 0.52% | - |
| HSV(B) | 289.04º | 0.6% | 0.75% | - |
| XYZ | 28.57 | 17.48 | 51.16 | - |
| YUV | 117.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 191 | 0.11 | 0.60 | 0 | 0.25 | 289.04 | 0.47 | 0.52 |
| Hex | AA | 4C | BF | B | 3C | 0 | 19 | 121 | 2F | 34 |
| Octal | 252 | 114 | 277 | 13 | 74 | 0 | 31 | 441 | 57 | 64 |
| Binary | 10101010 | 1001100 | 10111111 | 1011 | 111100 | 0 | 11001 | 100100001 | 101111 | 110100 |
Color Harmonies of #AA4CBF
Complementary color
Monochromatic Colors of #AA4CBF
Black with #AA4CBF
Text Example
Text Example
White with #AA4CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4CBF; }
p { color: rgb(170,76,191); }
H1.HeaderClassName
{
color: #AA4CBF;
}
.AnyTagClassName
{
color: #AA4CBF;
}
</style>
background-color css
<style>
a { background-color: #AA4CBF; }
a { background-color: rgb(170,76,191); }
div.DivClassName
{
background-color: #AA4CBF;
}
.BgClassName
{
background-color: #AA4CBF;
}
</style>
border-color css
<style>
span { border-color: #AA4CBF; }
span { border-color: rgb(170,76,191); }
td.TdClassName
{
border-color: #AA4CBF;
}
.TagClassName
{
border-color: #AA4CBF;
}
</style>