Shades of Biloba Flower #AE8BDB
Tints of Biloba Flower #AE8BDB
RGB
CMYK
RGB Variations
Color information
#AE8BDB (or 0xAE8BDB) is known color: Biloba Flower. HEX triplet: AE, 8B and DB. RGB value is (174,139,219). Sum of RGB (Red+Green+Blue) = 174+139+219=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE8BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BDB is #517424. Grayscale: #9E9E9E. Windows color (decimal): -5338149 or 14388142. OLE color: 14388142.
HSL color Cylindrical-coordinate representation of color #AE8BDB: hue angle of 266.25º 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 #AE8BDB is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 139 | 219 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.14 |
| HSL | 266.25º | 0.53% | 0.7% | - |
| HSV(B) | 266.25º | 0.37% | 0.86% | - |
| XYZ | 39.47 | 32.58 | 71.23 | - |
| YUV | 158.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 139 | 219 | 0.21 | 0.37 | 0 | 0.14 | 266.25 | 0.53 | 0.7 |
| Hex | AE | 8B | DB | 15 | 25 | 0 | E | 10A | 35 | 46 |
| Octal | 256 | 213 | 333 | 25 | 45 | 0 | 16 | 412 | 65 | 106 |
| Binary | 10101110 | 10001011 | 11011011 | 10101 | 100101 | 0 | 1110 | 100001010 | 110101 | 1000110 |
Color Harmonies of #AE8BDB
Complementary color
Monochromatic Colors of #AE8BDB
Black with #AE8BDB
Text Example
Text Example
White with #AE8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8BDB; }
p { color: rgb(174,139,219); }
H1.HeaderClassName
{
color: #AE8BDB;
}
.AnyTagClassName
{
color: #AE8BDB;
}
</style>
background-color css
<style>
a { background-color: #AE8BDB; }
a { background-color: rgb(174,139,219); }
div.DivClassName
{
background-color: #AE8BDB;
}
.BgClassName
{
background-color: #AE8BDB;
}
</style>
border-color css
<style>
span { border-color: #AE8BDB; }
span { border-color: rgb(174,139,219); }
td.TdClassName
{
border-color: #AE8BDB;
}
.TagClassName
{
border-color: #AE8BDB;
}
</style>