Shades of Biloba Flower #AA9DDB
Tints of Biloba Flower #AA9DDB
RGB
CMYK
RGB Variations
Color information
#AA9DDB (or 0xAA9DDB) is known color: Biloba Flower. HEX triplet: AA, 9D and DB. RGB value is (170,157,219). Sum of RGB (Red+Green+Blue) = 170+157+219=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA9DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DDB is #556224. Grayscale: #A7A7A7. Windows color (decimal): -5595685 or 14392746. OLE color: 14392746.
HSL color Cylindrical-coordinate representation of color #AA9DDB: hue angle of 252.58º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA9DDB is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 157 | 219 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.14 |
| HSL | 252.58º | 0.46% | 0.74% | - |
| HSV(B) | 252.58º | 0.28% | 0.86% | - |
| XYZ | 41.42 | 37.77 | 72.13 | - |
| YUV | 167.96 | 156.81 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 219 | 0.22 | 0.28 | 0 | 0.14 | 252.58 | 0.46 | 0.74 |
| Hex | AA | 9D | DB | 16 | 1C | 0 | E | FD | 2E | 4A |
| Octal | 252 | 235 | 333 | 26 | 34 | 0 | 16 | 375 | 56 | 112 |
| Binary | 10101010 | 10011101 | 11011011 | 10110 | 11100 | 0 | 1110 | 11111101 | 101110 | 1001010 |
Color Harmonies of #AA9DDB
Complementary color
Monochromatic Colors of #AA9DDB
Black with #AA9DDB
Text Example
Text Example
White with #AA9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9DDB; }
p { color: rgb(170,157,219); }
H1.HeaderClassName
{
color: #AA9DDB;
}
.AnyTagClassName
{
color: #AA9DDB;
}
</style>
background-color css
<style>
a { background-color: #AA9DDB; }
a { background-color: rgb(170,157,219); }
div.DivClassName
{
background-color: #AA9DDB;
}
.BgClassName
{
background-color: #AA9DDB;
}
</style>
border-color css
<style>
span { border-color: #AA9DDB; }
span { border-color: rgb(170,157,219); }
td.TdClassName
{
border-color: #AA9DDB;
}
.TagClassName
{
border-color: #AA9DDB;
}
</style>