Shades of Biloba Flower #AA9FCE
Tints of Biloba Flower #AA9FCE
RGB
CMYK
RGB Variations
Color information
#AA9FCE (or 0xAA9FCE) is known color: Biloba Flower. HEX triplet: AA, 9F and CE. RGB value is (170,159,206). Sum of RGB (Red+Green+Blue) = 170+159+206=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA9FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FCE is #556031. Grayscale: #A7A7A7. Windows color (decimal): -5595186 or 13541290. OLE color: 13541290.
HSL color Cylindrical-coordinate representation of color #AA9FCE: hue angle of 254.04º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA9FCE is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 159 | 206 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.19 |
| HSL | 254.04º | 0.32% | 0.72% | - |
| HSV(B) | 254.04º | 0.23% | 0.81% | - |
| XYZ | 40.12 | 37.8 | 63.57 | - |
| YUV | 167.65 | 149.64 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 206 | 0.17 | 0.23 | 0 | 0.19 | 254.04 | 0.32 | 0.72 |
| Hex | AA | 9F | CE | 11 | 17 | 0 | 13 | FE | 20 | 48 |
| Octal | 252 | 237 | 316 | 21 | 27 | 0 | 23 | 376 | 40 | 110 |
| Binary | 10101010 | 10011111 | 11001110 | 10001 | 10111 | 0 | 10011 | 11111110 | 100000 | 1001000 |
Color Harmonies of #AA9FCE
Complementary color
Monochromatic Colors of #AA9FCE
Black with #AA9FCE
Text Example
Text Example
White with #AA9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9FCE; }
p { color: rgb(170,159,206); }
H1.HeaderClassName
{
color: #AA9FCE;
}
.AnyTagClassName
{
color: #AA9FCE;
}
</style>
background-color css
<style>
a { background-color: #AA9FCE; }
a { background-color: rgb(170,159,206); }
div.DivClassName
{
background-color: #AA9FCE;
}
.BgClassName
{
background-color: #AA9FCE;
}
</style>
border-color css
<style>
span { border-color: #AA9FCE; }
span { border-color: rgb(170,159,206); }
td.TdClassName
{
border-color: #AA9FCE;
}
.TagClassName
{
border-color: #AA9FCE;
}
</style>