Shades of Biloba Flower #AA9ECE
Tints of Biloba Flower #AA9ECE
RGB
CMYK
RGB Variations
Color information
#AA9ECE (or 0xAA9ECE) is known color: Biloba Flower. HEX triplet: AA, 9E and CE. RGB value is (170,158,206). Sum of RGB (Red+Green+Blue) = 170+158+206=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA9ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ECE is #556131. Grayscale: #A6A6A6. Windows color (decimal): -5595442 or 13541034. OLE color: 13541034.
HSL color Cylindrical-coordinate representation of color #AA9ECE: hue angle of 255º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA9ECE is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 158 | 206 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.19 |
| HSL | 255º | 0.33% | 0.71% | - |
| HSV(B) | 255º | 0.23% | 0.81% | - |
| XYZ | 39.95 | 37.46 | 63.52 | - |
| YUV | 167.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 206 | 0.17 | 0.23 | 0 | 0.19 | 255 | 0.33 | 0.71 |
| Hex | AA | 9E | CE | 11 | 17 | 0 | 13 | FF | 21 | 47 |
| Octal | 252 | 236 | 316 | 21 | 27 | 0 | 23 | 377 | 41 | 107 |
| Binary | 10101010 | 10011110 | 11001110 | 10001 | 10111 | 0 | 10011 | 11111111 | 100001 | 1000111 |
Color Harmonies of #AA9ECE
Complementary color
Monochromatic Colors of #AA9ECE
Black with #AA9ECE
Text Example
Text Example
White with #AA9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9ECE; }
p { color: rgb(170,158,206); }
H1.HeaderClassName
{
color: #AA9ECE;
}
.AnyTagClassName
{
color: #AA9ECE;
}
</style>
background-color css
<style>
a { background-color: #AA9ECE; }
a { background-color: rgb(170,158,206); }
div.DivClassName
{
background-color: #AA9ECE;
}
.BgClassName
{
background-color: #AA9ECE;
}
</style>
border-color css
<style>
span { border-color: #AA9ECE; }
span { border-color: rgb(170,158,206); }
td.TdClassName
{
border-color: #AA9ECE;
}
.TagClassName
{
border-color: #AA9ECE;
}
</style>