Shades of Biloba Flower #AE9BDB
Tints of Biloba Flower #AE9BDB
RGB
CMYK
RGB Variations
Color information
#AE9BDB (or 0xAE9BDB) is known color: Biloba Flower. HEX triplet: AE, 9B and DB. RGB value is (174,155,219). Sum of RGB (Red+Green+Blue) = 174+155+219=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE9BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BDB is #516424. Grayscale: #A7A7A7. Windows color (decimal): -5334053 or 14392238. OLE color: 14392238.
HSL color Cylindrical-coordinate representation of color #AE9BDB: hue angle of 257.81º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE9BDB is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 155 | 219 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.14 |
| HSL | 257.81º | 0.47% | 0.73% | - |
| HSV(B) | 257.81º | 0.29% | 0.86% | - |
| XYZ | 41.96 | 37.56 | 72.06 | - |
| YUV | 167.98 | 156.79 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 155 | 219 | 0.21 | 0.29 | 0 | 0.14 | 257.81 | 0.47 | 0.73 |
| Hex | AE | 9B | DB | 15 | 1D | 0 | E | 102 | 2F | 49 |
| Octal | 256 | 233 | 333 | 25 | 35 | 0 | 16 | 402 | 57 | 111 |
| Binary | 10101110 | 10011011 | 11011011 | 10101 | 11101 | 0 | 1110 | 100000010 | 101111 | 1001001 |
Color Harmonies of #AE9BDB
Complementary color
Monochromatic Colors of #AE9BDB
Black with #AE9BDB
Text Example
Text Example
White with #AE9BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9BDB; }
p { color: rgb(174,155,219); }
H1.HeaderClassName
{
color: #AE9BDB;
}
.AnyTagClassName
{
color: #AE9BDB;
}
</style>
background-color css
<style>
a { background-color: #AE9BDB; }
a { background-color: rgb(174,155,219); }
div.DivClassName
{
background-color: #AE9BDB;
}
.BgClassName
{
background-color: #AE9BDB;
}
</style>
border-color css
<style>
span { border-color: #AE9BDB; }
span { border-color: rgb(174,155,219); }
td.TdClassName
{
border-color: #AE9BDB;
}
.TagClassName
{
border-color: #AE9BDB;
}
</style>