Shades of Biloba Flower #AA9CDB
Tints of Biloba Flower #AA9CDB
RGB
CMYK
RGB Variations
Color information
#AA9CDB (or 0xAA9CDB) is known color: Biloba Flower. HEX triplet: AA, 9C and DB. RGB value is (170,156,219). Sum of RGB (Red+Green+Blue) = 170+156+219=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CDB is #556324. Grayscale: #A7A7A7. Windows color (decimal): -5595941 or 14392490. OLE color: 14392490.
HSL color Cylindrical-coordinate representation of color #AA9CDB: hue angle of 253.33º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA9CDB is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 156 | 219 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.14 |
| HSL | 253.33º | 0.47% | 0.74% | - |
| HSV(B) | 253.33º | 0.29% | 0.86% | - |
| XYZ | 41.25 | 37.44 | 72.07 | - |
| YUV | 167.37 | 157.14 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 219 | 0.22 | 0.29 | 0 | 0.14 | 253.33 | 0.47 | 0.74 |
| Hex | AA | 9C | DB | 16 | 1D | 0 | E | FD | 2F | 4A |
| Octal | 252 | 234 | 333 | 26 | 35 | 0 | 16 | 375 | 57 | 112 |
| Binary | 10101010 | 10011100 | 11011011 | 10110 | 11101 | 0 | 1110 | 11111101 | 101111 | 1001010 |
Color Harmonies of #AA9CDB
Complementary color
Monochromatic Colors of #AA9CDB
Black with #AA9CDB
Text Example
Text Example
White with #AA9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CDB; }
p { color: rgb(170,156,219); }
H1.HeaderClassName
{
color: #AA9CDB;
}
.AnyTagClassName
{
color: #AA9CDB;
}
</style>
background-color css
<style>
a { background-color: #AA9CDB; }
a { background-color: rgb(170,156,219); }
div.DivClassName
{
background-color: #AA9CDB;
}
.BgClassName
{
background-color: #AA9CDB;
}
</style>
border-color css
<style>
span { border-color: #AA9CDB; }
span { border-color: rgb(170,156,219); }
td.TdClassName
{
border-color: #AA9CDB;
}
.TagClassName
{
border-color: #AA9CDB;
}
</style>