Shades of Deep Lilac #AA4CBE
Tints of Deep Lilac #AA4CBE
RGB
CMYK
RGB Variations
Color information
#AA4CBE (or 0xAA4CBE) is known color: Deep Lilac. HEX triplet: AA, 4C and BE. RGB value is (170,76,190). Sum of RGB (Red+Green+Blue) = 170+76+190=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA4CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CBE is #55B341. Grayscale: #747474. Windows color (decimal): -5616450 or 12471466. OLE color: 12471466.
HSL color Cylindrical-coordinate representation of color #AA4CBE: hue angle of 289.47º 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 #AA4CBE is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 76 | 190 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.25 |
| HSL | 289.47º | 0.47% | 0.52% | - |
| HSV(B) | 289.47º | 0.6% | 0.75% | - |
| XYZ | 28.46 | 17.43 | 50.58 | - |
| YUV | 117.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 190 | 0.11 | 0.60 | 0 | 0.25 | 289.47 | 0.47 | 0.52 |
| Hex | AA | 4C | BE | B | 3C | 0 | 19 | 121 | 2F | 34 |
| Octal | 252 | 114 | 276 | 13 | 74 | 0 | 31 | 441 | 57 | 64 |
| Binary | 10101010 | 1001100 | 10111110 | 1011 | 111100 | 0 | 11001 | 100100001 | 101111 | 110100 |
Color Harmonies of #AA4CBE
Complementary color
Monochromatic Colors of #AA4CBE
Black with #AA4CBE
Text Example
Text Example
White with #AA4CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4CBE; }
p { color: rgb(170,76,190); }
H1.HeaderClassName
{
color: #AA4CBE;
}
.AnyTagClassName
{
color: #AA4CBE;
}
</style>
background-color css
<style>
a { background-color: #AA4CBE; }
a { background-color: rgb(170,76,190); }
div.DivClassName
{
background-color: #AA4CBE;
}
.BgClassName
{
background-color: #AA4CBE;
}
</style>
border-color css
<style>
span { border-color: #AA4CBE; }
span { border-color: rgb(170,76,190); }
td.TdClassName
{
border-color: #AA4CBE;
}
.TagClassName
{
border-color: #AA4CBE;
}
</style>