Shades of Biloba Flower #AA9BDB
Tints of Biloba Flower #AA9BDB
RGB
CMYK
RGB Variations
Color information
#AA9BDB (or 0xAA9BDB) is known color: Biloba Flower. HEX triplet: AA, 9B and DB. RGB value is (170,155,219). Sum of RGB (Red+Green+Blue) = 170+155+219=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA9BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BDB is #556424. Grayscale: #A6A6A6. Windows color (decimal): -5596197 or 14392234. OLE color: 14392234.
HSL color Cylindrical-coordinate representation of color #AA9BDB: hue angle of 254.06º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA9BDB is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 155 | 219 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.14 |
| HSL | 254.06º | 0.47% | 0.73% | - |
| HSV(B) | 254.06º | 0.29% | 0.86% | - |
| XYZ | 41.09 | 37.1 | 72.01 | - |
| YUV | 166.78 | 157.47 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 219 | 0.22 | 0.29 | 0 | 0.14 | 254.06 | 0.47 | 0.73 |
| Hex | AA | 9B | DB | 16 | 1D | 0 | E | FE | 2F | 49 |
| Octal | 252 | 233 | 333 | 26 | 35 | 0 | 16 | 376 | 57 | 111 |
| Binary | 10101010 | 10011011 | 11011011 | 10110 | 11101 | 0 | 1110 | 11111110 | 101111 | 1001001 |
Color Harmonies of #AA9BDB
Complementary color
Monochromatic Colors of #AA9BDB
Black with #AA9BDB
Text Example
Text Example
White with #AA9BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BDB; }
p { color: rgb(170,155,219); }
H1.HeaderClassName
{
color: #AA9BDB;
}
.AnyTagClassName
{
color: #AA9BDB;
}
</style>
background-color css
<style>
a { background-color: #AA9BDB; }
a { background-color: rgb(170,155,219); }
div.DivClassName
{
background-color: #AA9BDB;
}
.BgClassName
{
background-color: #AA9BDB;
}
</style>
border-color css
<style>
span { border-color: #AA9BDB; }
span { border-color: rgb(170,155,219); }
td.TdClassName
{
border-color: #AA9BDB;
}
.TagClassName
{
border-color: #AA9BDB;
}
</style>