Shades of Biloba Flower #AE9BDC
Tints of Biloba Flower #AE9BDC
RGB
CMYK
RGB Variations
Color information
#AE9BDC (or 0xAE9BDC) is known color: Biloba Flower. HEX triplet: AE, 9B and DC. RGB value is (174,155,220). Sum of RGB (Red+Green+Blue) = 174+155+220=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE9BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BDC is #516423. Grayscale: #A7A7A7. Windows color (decimal): -5334052 or 14457774. OLE color: 14457774.
HSL color Cylindrical-coordinate representation of color #AE9BDC: hue angle of 257.54º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE9BDC is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 155 | 220 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.14 |
| HSL | 257.54º | 0.48% | 0.74% | - |
| HSV(B) | 257.54º | 0.3% | 0.86% | - |
| XYZ | 42.1 | 37.61 | 72.75 | - |
| YUV | 168.09 | 157.29 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 155 | 220 | 0.21 | 0.30 | 0 | 0.14 | 257.54 | 0.48 | 0.74 |
| Hex | AE | 9B | DC | 15 | 1E | 0 | E | 102 | 30 | 4A |
| Octal | 256 | 233 | 334 | 25 | 36 | 0 | 16 | 402 | 60 | 112 |
| Binary | 10101110 | 10011011 | 11011100 | 10101 | 11110 | 0 | 1110 | 100000010 | 110000 | 1001010 |
Color Harmonies of #AE9BDC
Complementary color
Monochromatic Colors of #AE9BDC
Black with #AE9BDC
Text Example
Text Example
White with #AE9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9BDC; }
p { color: rgb(174,155,220); }
H1.HeaderClassName
{
color: #AE9BDC;
}
.AnyTagClassName
{
color: #AE9BDC;
}
</style>
background-color css
<style>
a { background-color: #AE9BDC; }
a { background-color: rgb(174,155,220); }
div.DivClassName
{
background-color: #AE9BDC;
}
.BgClassName
{
background-color: #AE9BDC;
}
</style>
border-color css
<style>
span { border-color: #AE9BDC; }
span { border-color: rgb(174,155,220); }
td.TdClassName
{
border-color: #AE9BDC;
}
.TagClassName
{
border-color: #AE9BDC;
}
</style>