Shades of Biloba Flower #AA9DDE
Tints of Biloba Flower #AA9DDE
RGB
CMYK
RGB Variations
Color information
#AA9DDE (or 0xAA9DDE) is known color: Biloba Flower. HEX triplet: AA, 9D and DE. RGB value is (170,157,222). Sum of RGB (Red+Green+Blue) = 170+157+222=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA9DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DDE is #556221. Grayscale: #A8A8A8. Windows color (decimal): -5595682 or 14589354. OLE color: 14589354.
HSL color Cylindrical-coordinate representation of color #AA9DDE: hue angle of 252º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA9DDE is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 157 | 222 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.13 |
| HSL | 252º | 0.5% | 0.74% | - |
| HSV(B) | 252º | 0.29% | 0.87% | - |
| XYZ | 41.82 | 37.93 | 74.23 | - |
| YUV | 168.3 | 158.31 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 222 | 0.23 | 0.29 | 0 | 0.13 | 252 | 0.5 | 0.74 |
| Hex | AA | 9D | DE | 17 | 1D | 0 | D | FC | 32 | 4A |
| Octal | 252 | 235 | 336 | 27 | 35 | 0 | 15 | 374 | 62 | 112 |
| Binary | 10101010 | 10011101 | 11011110 | 10111 | 11101 | 0 | 1101 | 11111100 | 110010 | 1001010 |
Color Harmonies of #AA9DDE
Complementary color
Monochromatic Colors of #AA9DDE
Black with #AA9DDE
Text Example
Text Example
White with #AA9DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9DDE; }
p { color: rgb(170,157,222); }
H1.HeaderClassName
{
color: #AA9DDE;
}
.AnyTagClassName
{
color: #AA9DDE;
}
</style>
background-color css
<style>
a { background-color: #AA9DDE; }
a { background-color: rgb(170,157,222); }
div.DivClassName
{
background-color: #AA9DDE;
}
.BgClassName
{
background-color: #AA9DDE;
}
</style>
border-color css
<style>
span { border-color: #AA9DDE; }
span { border-color: rgb(170,157,222); }
td.TdClassName
{
border-color: #AA9DDE;
}
.TagClassName
{
border-color: #AA9DDE;
}
</style>