Shades of Biloba Flower #AE9CDB
Tints of Biloba Flower #AE9CDB
RGB
CMYK
RGB Variations
Color information
#AE9CDB (or 0xAE9CDB) is known color: Biloba Flower. HEX triplet: AE, 9C and DB. RGB value is (174,156,219). Sum of RGB (Red+Green+Blue) = 174+156+219=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9CDB is #516324. Grayscale: #A8A8A8. Windows color (decimal): -5333797 or 14392494. OLE color: 14392494.
HSL color Cylindrical-coordinate representation of color #AE9CDB: hue angle of 257.14º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE9CDB is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 156 | 219 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.14 |
| HSL | 257.14º | 0.47% | 0.74% | - |
| HSV(B) | 257.14º | 0.29% | 0.86% | - |
| XYZ | 42.13 | 37.89 | 72.11 | - |
| YUV | 168.56 | 156.46 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 156 | 219 | 0.21 | 0.29 | 0 | 0.14 | 257.14 | 0.47 | 0.74 |
| Hex | AE | 9C | DB | 15 | 1D | 0 | E | 101 | 2F | 4A |
| Octal | 256 | 234 | 333 | 25 | 35 | 0 | 16 | 401 | 57 | 112 |
| Binary | 10101110 | 10011100 | 11011011 | 10101 | 11101 | 0 | 1110 | 100000001 | 101111 | 1001010 |
Color Harmonies of #AE9CDB
Complementary color
Monochromatic Colors of #AE9CDB
Black with #AE9CDB
Text Example
Text Example
White with #AE9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9CDB; }
p { color: rgb(174,156,219); }
H1.HeaderClassName
{
color: #AE9CDB;
}
.AnyTagClassName
{
color: #AE9CDB;
}
</style>
background-color css
<style>
a { background-color: #AE9CDB; }
a { background-color: rgb(174,156,219); }
div.DivClassName
{
background-color: #AE9CDB;
}
.BgClassName
{
background-color: #AE9CDB;
}
</style>
border-color css
<style>
span { border-color: #AE9CDB; }
span { border-color: rgb(174,156,219); }
td.TdClassName
{
border-color: #AE9CDB;
}
.TagClassName
{
border-color: #AE9CDB;
}
</style>