Shades of Biloba Flower #AA9BCE
Tints of Biloba Flower #AA9BCE
RGB
CMYK
RGB Variations
Color information
#AA9BCE (or 0xAA9BCE) is known color: Biloba Flower. HEX triplet: AA, 9B and CE. RGB value is (170,155,206). Sum of RGB (Red+Green+Blue) = 170+155+206=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA9BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BCE is #556431. Grayscale: #A5A5A5. Windows color (decimal): -5596210 or 13540266. OLE color: 13540266.
HSL color Cylindrical-coordinate representation of color #AA9BCE: hue angle of 257.65º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA9BCE is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 155 | 206 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.19 |
| HSL | 257.65º | 0.34% | 0.71% | - |
| HSV(B) | 257.65º | 0.25% | 0.81% | - |
| XYZ | 39.44 | 36.44 | 63.35 | - |
| YUV | 165.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 206 | 0.17 | 0.25 | 0 | 0.19 | 257.65 | 0.34 | 0.71 |
| Hex | AA | 9B | CE | 11 | 19 | 0 | 13 | 102 | 22 | 47 |
| Octal | 252 | 233 | 316 | 21 | 31 | 0 | 23 | 402 | 42 | 107 |
| Binary | 10101010 | 10011011 | 11001110 | 10001 | 11001 | 0 | 10011 | 100000010 | 100010 | 1000111 |
Color Harmonies of #AA9BCE
Complementary color
Monochromatic Colors of #AA9BCE
Black with #AA9BCE
Text Example
Text Example
White with #AA9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BCE; }
p { color: rgb(170,155,206); }
H1.HeaderClassName
{
color: #AA9BCE;
}
.AnyTagClassName
{
color: #AA9BCE;
}
</style>
background-color css
<style>
a { background-color: #AA9BCE; }
a { background-color: rgb(170,155,206); }
div.DivClassName
{
background-color: #AA9BCE;
}
.BgClassName
{
background-color: #AA9BCE;
}
</style>
border-color css
<style>
span { border-color: #AA9BCE; }
span { border-color: rgb(170,155,206); }
td.TdClassName
{
border-color: #AA9BCE;
}
.TagClassName
{
border-color: #AA9BCE;
}
</style>