Shades of Deep Lilac #AA4CB4
Tints of Deep Lilac #AA4CB4
RGB
CMYK
RGB Variations
Color information
#AA4CB4 (or 0xAA4CB4) is known color: Deep Lilac. HEX triplet: AA, 4C and B4. RGB value is (170,76,180). Sum of RGB (Red+Green+Blue) = 170+76+180=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA4CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CB4 is #55B34B. Grayscale: #737373. Windows color (decimal): -5616460 or 11816106. OLE color: 11816106.
HSL color Cylindrical-coordinate representation of color #AA4CB4: hue angle of 294.23º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4CB4 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 76 | 180 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.29 |
| HSL | 294.23º | 0.41% | 0.5% | - |
| HSV(B) | 294.23º | 0.58% | 0.71% | - |
| XYZ | 27.4 | 17.01 | 45.02 | - |
| YUV | 115.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 180 | 0.06 | 0.58 | 0 | 0.29 | 294.23 | 0.41 | 0.5 |
| Hex | AA | 4C | B4 | 6 | 3A | 0 | 1D | 126 | 29 | 32 |
| Octal | 252 | 114 | 264 | 6 | 72 | 0 | 35 | 446 | 51 | 62 |
| Binary | 10101010 | 1001100 | 10110100 | 110 | 111010 | 0 | 11101 | 100100110 | 101001 | 110010 |
Color Harmonies of #AA4CB4
Complementary color
Monochromatic Colors of #AA4CB4
Black with #AA4CB4
Text Example
Text Example
White with #AA4CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4CB4; }
p { color: rgb(170,76,180); }
H1.HeaderClassName
{
color: #AA4CB4;
}
.AnyTagClassName
{
color: #AA4CB4;
}
</style>
background-color css
<style>
a { background-color: #AA4CB4; }
a { background-color: rgb(170,76,180); }
div.DivClassName
{
background-color: #AA4CB4;
}
.BgClassName
{
background-color: #AA4CB4;
}
</style>
border-color css
<style>
span { border-color: #AA4CB4; }
span { border-color: rgb(170,76,180); }
td.TdClassName
{
border-color: #AA4CB4;
}
.TagClassName
{
border-color: #AA4CB4;
}
</style>