Shades of Biloba Flower #AE89DB
Tints of Biloba Flower #AE89DB
RGB
CMYK
RGB Variations
Color information
#AE89DB (or 0xAE89DB) is known color: Biloba Flower. HEX triplet: AE, 89 and DB. RGB value is (174,137,219). Sum of RGB (Red+Green+Blue) = 174+137+219=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE89DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE89DB is #517624. Grayscale: #9D9D9D. Windows color (decimal): -5338661 or 14387630. OLE color: 14387630.
HSL color Cylindrical-coordinate representation of color #AE89DB: hue angle of 267.07º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE89DB is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 137 | 219 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.14 |
| HSL | 267.07º | 0.53% | 0.7% | - |
| HSV(B) | 267.07º | 0.37% | 0.86% | - |
| XYZ | 39.19 | 32 | 71.13 | - |
| YUV | 157.41 | 162.76 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 137 | 219 | 0.21 | 0.37 | 0 | 0.14 | 267.07 | 0.53 | 0.7 |
| Hex | AE | 89 | DB | 15 | 25 | 0 | E | 10B | 35 | 46 |
| Octal | 256 | 211 | 333 | 25 | 45 | 0 | 16 | 413 | 65 | 106 |
| Binary | 10101110 | 10001001 | 11011011 | 10101 | 100101 | 0 | 1110 | 100001011 | 110101 | 1000110 |
Color Harmonies of #AE89DB
Complementary color
Monochromatic Colors of #AE89DB
Black with #AE89DB
Text Example
Text Example
White with #AE89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE89DB; }
p { color: rgb(174,137,219); }
H1.HeaderClassName
{
color: #AE89DB;
}
.AnyTagClassName
{
color: #AE89DB;
}
</style>
background-color css
<style>
a { background-color: #AE89DB; }
a { background-color: rgb(174,137,219); }
div.DivClassName
{
background-color: #AE89DB;
}
.BgClassName
{
background-color: #AE89DB;
}
</style>
border-color css
<style>
span { border-color: #AE89DB; }
span { border-color: rgb(174,137,219); }
td.TdClassName
{
border-color: #AE89DB;
}
.TagClassName
{
border-color: #AE89DB;
}
</style>