Shades of Biloba Flower #AA9BEE
Tints of Biloba Flower #AA9BEE
RGB
CMYK
RGB Variations
Color information
#AA9BEE (or 0xAA9BEE) is known color: Biloba Flower. HEX triplet: AA, 9B and EE. RGB value is (170,155,238). Sum of RGB (Red+Green+Blue) = 170+155+238=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA9BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9BEE is #556411. Grayscale: #A8A8A8. Windows color (decimal): -5596178 or 15637418. OLE color: 15637418.
HSL color Cylindrical-coordinate representation of color #AA9BEE: hue angle of 250.84º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA9BEE is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 155 | 238 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.07 |
| HSL | 250.84º | 0.71% | 0.77% | - |
| HSV(B) | 250.84º | 0.35% | 0.93% | - |
| XYZ | 43.73 | 38.16 | 85.95 | - |
| YUV | 168.95 | 166.97 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 238 | 0.29 | 0.35 | 0 | 0.07 | 250.84 | 0.71 | 0.77 |
| Hex | AA | 9B | EE | 1D | 23 | 0 | 7 | FB | 47 | 4D |
| Octal | 252 | 233 | 356 | 35 | 43 | 0 | 7 | 373 | 107 | 115 |
| Binary | 10101010 | 10011011 | 11101110 | 11101 | 100011 | 0 | 111 | 11111011 | 1000111 | 1001101 |
Color Harmonies of #AA9BEE
Complementary color
Monochromatic Colors of #AA9BEE
Black with #AA9BEE
Text Example
Text Example
White with #AA9BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BEE; }
p { color: rgb(170,155,238); }
H1.HeaderClassName
{
color: #AA9BEE;
}
.AnyTagClassName
{
color: #AA9BEE;
}
</style>
background-color css
<style>
a { background-color: #AA9BEE; }
a { background-color: rgb(170,155,238); }
div.DivClassName
{
background-color: #AA9BEE;
}
.BgClassName
{
background-color: #AA9BEE;
}
</style>
border-color css
<style>
span { border-color: #AA9BEE; }
span { border-color: rgb(170,155,238); }
td.TdClassName
{
border-color: #AA9BEE;
}
.TagClassName
{
border-color: #AA9BEE;
}
</style>