Shades of Biloba Flower #AE9EDB
Tints of Biloba Flower #AE9EDB
RGB
CMYK
RGB Variations
Color information
#AE9EDB (or 0xAE9EDB) is known color: Biloba Flower. HEX triplet: AE, 9E and DB. RGB value is (174,158,219). Sum of RGB (Red+Green+Blue) = 174+158+219=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9EDB is #516124. Grayscale: #A9A9A9. Windows color (decimal): -5333285 or 14393006. OLE color: 14393006.
HSL color Cylindrical-coordinate representation of color #AE9EDB: hue angle of 255.74º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE9EDB is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 158 | 219 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.14 |
| HSL | 255.74º | 0.46% | 0.74% | - |
| HSV(B) | 255.74º | 0.28% | 0.86% | - |
| XYZ | 42.47 | 38.57 | 72.22 | - |
| YUV | 169.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 158 | 219 | 0.21 | 0.28 | 0 | 0.14 | 255.74 | 0.46 | 0.74 |
| Hex | AE | 9E | DB | 15 | 1C | 0 | E | 100 | 2E | 4A |
| Octal | 256 | 236 | 333 | 25 | 34 | 0 | 16 | 400 | 56 | 112 |
| Binary | 10101110 | 10011110 | 11011011 | 10101 | 11100 | 0 | 1110 | 100000000 | 101110 | 1001010 |
Color Harmonies of #AE9EDB
Complementary color
Monochromatic Colors of #AE9EDB
Black with #AE9EDB
Text Example
Text Example
White with #AE9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9EDB; }
p { color: rgb(174,158,219); }
H1.HeaderClassName
{
color: #AE9EDB;
}
.AnyTagClassName
{
color: #AE9EDB;
}
</style>
background-color css
<style>
a { background-color: #AE9EDB; }
a { background-color: rgb(174,158,219); }
div.DivClassName
{
background-color: #AE9EDB;
}
.BgClassName
{
background-color: #AE9EDB;
}
</style>
border-color css
<style>
span { border-color: #AE9EDB; }
span { border-color: rgb(174,158,219); }
td.TdClassName
{
border-color: #AE9EDB;
}
.TagClassName
{
border-color: #AE9EDB;
}
</style>