Shades of Deep Lilac #AA65BD
Tints of Deep Lilac #AA65BD
RGB
CMYK
RGB Variations
Color information
#AA65BD (or 0xAA65BD) is known color: Deep Lilac. HEX triplet: AA, 65 and BD. RGB value is (170,101,189). Sum of RGB (Red+Green+Blue) = 170+101+189=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA65BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65BD is #559A42. Grayscale: #838383. Windows color (decimal): -5610051 or 12412330. OLE color: 12412330.
HSL color Cylindrical-coordinate representation of color #AA65BD: hue angle of 287.05º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA65BD is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 101 | 189 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.26 |
| HSL | 287.05º | 0.4% | 0.57% | - |
| HSV(B) | 287.05º | 0.47% | 0.74% | - |
| XYZ | 30.42 | 21.53 | 50.7 | - |
| YUV | 131.66 | 160.36 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 189 | 0.10 | 0.47 | 0 | 0.26 | 287.05 | 0.4 | 0.57 |
| Hex | AA | 65 | BD | A | 2F | 0 | 1A | 11F | 28 | 39 |
| Octal | 252 | 145 | 275 | 12 | 57 | 0 | 32 | 437 | 50 | 71 |
| Binary | 10101010 | 1100101 | 10111101 | 1010 | 101111 | 0 | 11010 | 100011111 | 101000 | 111001 |
Color Harmonies of #AA65BD
Complementary color
Monochromatic Colors of #AA65BD
Black with #AA65BD
Text Example
Text Example
White with #AA65BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65BD; }
p { color: rgb(170,101,189); }
H1.HeaderClassName
{
color: #AA65BD;
}
.AnyTagClassName
{
color: #AA65BD;
}
</style>
background-color css
<style>
a { background-color: #AA65BD; }
a { background-color: rgb(170,101,189); }
div.DivClassName
{
background-color: #AA65BD;
}
.BgClassName
{
background-color: #AA65BD;
}
</style>
border-color css
<style>
span { border-color: #AA65BD; }
span { border-color: rgb(170,101,189); }
td.TdClassName
{
border-color: #AA65BD;
}
.TagClassName
{
border-color: #AA65BD;
}
</style>