Shades of Biloba Flower #AA9BEB
Tints of Biloba Flower #AA9BEB
RGB
CMYK
RGB Variations
Color information
#AA9BEB (or 0xAA9BEB) is known color: Biloba Flower. HEX triplet: AA, 9B and EB. RGB value is (170,155,235). Sum of RGB (Red+Green+Blue) = 170+155+235=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA9BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9BEB is #556414. Grayscale: #A8A8A8. Windows color (decimal): -5596181 or 15440810. OLE color: 15440810.
HSL color Cylindrical-coordinate representation of color #AA9BEB: hue angle of 251.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA9BEB is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 155 | 235 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.08 |
| HSL | 251.25º | 0.67% | 0.76% | - |
| HSV(B) | 251.25º | 0.34% | 0.92% | - |
| XYZ | 43.29 | 37.99 | 83.65 | - |
| YUV | 168.61 | 165.47 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 235 | 0.28 | 0.34 | 0 | 0.08 | 251.25 | 0.67 | 0.76 |
| Hex | AA | 9B | EB | 1C | 22 | 0 | 8 | FB | 43 | 4C |
| Octal | 252 | 233 | 353 | 34 | 42 | 0 | 10 | 373 | 103 | 114 |
| Binary | 10101010 | 10011011 | 11101011 | 11100 | 100010 | 0 | 1000 | 11111011 | 1000011 | 1001100 |
Color Harmonies of #AA9BEB
Complementary color
Monochromatic Colors of #AA9BEB
Black with #AA9BEB
Text Example
Text Example
White with #AA9BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BEB; }
p { color: rgb(170,155,235); }
H1.HeaderClassName
{
color: #AA9BEB;
}
.AnyTagClassName
{
color: #AA9BEB;
}
</style>
background-color css
<style>
a { background-color: #AA9BEB; }
a { background-color: rgb(170,155,235); }
div.DivClassName
{
background-color: #AA9BEB;
}
.BgClassName
{
background-color: #AA9BEB;
}
</style>
border-color css
<style>
span { border-color: #AA9BEB; }
span { border-color: rgb(170,155,235); }
td.TdClassName
{
border-color: #AA9BEB;
}
.TagClassName
{
border-color: #AA9BEB;
}
</style>