Shades of Biloba Flower #AE90DB
Tints of Biloba Flower #AE90DB
RGB
CMYK
RGB Variations
Color information
#AE90DB (or 0xAE90DB) is known color: Biloba Flower. HEX triplet: AE, 90 and DB. RGB value is (174,144,219). Sum of RGB (Red+Green+Blue) = 174+144+219=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE90DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90DB is #516F24. Grayscale: #A1A1A1. Windows color (decimal): -5336869 or 14389422. OLE color: 14389422.
HSL color Cylindrical-coordinate representation of color #AE90DB: hue angle of 264º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE90DB is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 144 | 219 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.14 |
| HSL | 264º | 0.51% | 0.71% | - |
| HSV(B) | 264º | 0.34% | 0.86% | - |
| XYZ | 40.22 | 34.06 | 71.47 | - |
| YUV | 161.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 219 | 0.21 | 0.34 | 0 | 0.14 | 264 | 0.51 | 0.71 |
| Hex | AE | 90 | DB | 15 | 22 | 0 | E | 108 | 33 | 47 |
| Octal | 256 | 220 | 333 | 25 | 42 | 0 | 16 | 410 | 63 | 107 |
| Binary | 10101110 | 10010000 | 11011011 | 10101 | 100010 | 0 | 1110 | 100001000 | 110011 | 1000111 |
Color Harmonies of #AE90DB
Complementary color
Monochromatic Colors of #AE90DB
Black with #AE90DB
Text Example
Text Example
White with #AE90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE90DB; }
p { color: rgb(174,144,219); }
H1.HeaderClassName
{
color: #AE90DB;
}
.AnyTagClassName
{
color: #AE90DB;
}
</style>
background-color css
<style>
a { background-color: #AE90DB; }
a { background-color: rgb(174,144,219); }
div.DivClassName
{
background-color: #AE90DB;
}
.BgClassName
{
background-color: #AE90DB;
}
</style>
border-color css
<style>
span { border-color: #AE90DB; }
span { border-color: rgb(174,144,219); }
td.TdClassName
{
border-color: #AE90DB;
}
.TagClassName
{
border-color: #AE90DB;
}
</style>