Shades of Biloba Flower #AA90DA
Tints of Biloba Flower #AA90DA
RGB
CMYK
RGB Variations
Color information
#AA90DA (or 0xAA90DA) is known color: Biloba Flower. HEX triplet: AA, 90 and DA. RGB value is (170,144,218). Sum of RGB (Red+Green+Blue) = 170+144+218=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA90DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90DA is #556F25. Grayscale: #9F9F9F. Windows color (decimal): -5599014 or 14323882. OLE color: 14323882.
HSL color Cylindrical-coordinate representation of color #AA90DA: hue angle of 261.08º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA90DA is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 144 | 218 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.15 |
| HSL | 261.08º | 0.5% | 0.71% | - |
| HSV(B) | 261.08º | 0.34% | 0.85% | - |
| XYZ | 39.21 | 33.55 | 70.74 | - |
| YUV | 160.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 218 | 0.22 | 0.34 | 0 | 0.15 | 261.08 | 0.5 | 0.71 |
| Hex | AA | 90 | DA | 16 | 22 | 0 | F | 105 | 32 | 47 |
| Octal | 252 | 220 | 332 | 26 | 42 | 0 | 17 | 405 | 62 | 107 |
| Binary | 10101010 | 10010000 | 11011010 | 10110 | 100010 | 0 | 1111 | 100000101 | 110010 | 1000111 |
Color Harmonies of #AA90DA
Complementary color
Monochromatic Colors of #AA90DA
Black with #AA90DA
Text Example
Text Example
White with #AA90DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA90DA; }
p { color: rgb(170,144,218); }
H1.HeaderClassName
{
color: #AA90DA;
}
.AnyTagClassName
{
color: #AA90DA;
}
</style>
background-color css
<style>
a { background-color: #AA90DA; }
a { background-color: rgb(170,144,218); }
div.DivClassName
{
background-color: #AA90DA;
}
.BgClassName
{
background-color: #AA90DA;
}
</style>
border-color css
<style>
span { border-color: #AA90DA; }
span { border-color: rgb(170,144,218); }
td.TdClassName
{
border-color: #AA90DA;
}
.TagClassName
{
border-color: #AA90DA;
}
</style>