Shades of Biloba Flower #AE9BDD
Tints of Biloba Flower #AE9BDD
RGB
CMYK
RGB Variations
Color information
#AE9BDD (or 0xAE9BDD) is known color: Biloba Flower. HEX triplet: AE, 9B and DD. RGB value is (174,155,221). Sum of RGB (Red+Green+Blue) = 174+155+221=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE9BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BDD is #516422. Grayscale: #A7A7A7. Windows color (decimal): -5334051 or 14523310. OLE color: 14523310.
HSL color Cylindrical-coordinate representation of color #AE9BDD: hue angle of 257.27º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE9BDD is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 155 | 221 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.13 |
| HSL | 257.27º | 0.49% | 0.74% | - |
| HSV(B) | 257.27º | 0.3% | 0.87% | - |
| XYZ | 42.23 | 37.66 | 73.45 | - |
| YUV | 168.21 | 157.79 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 155 | 221 | 0.21 | 0.30 | 0 | 0.13 | 257.27 | 0.49 | 0.74 |
| Hex | AE | 9B | DD | 15 | 1E | 0 | D | 101 | 31 | 4A |
| Octal | 256 | 233 | 335 | 25 | 36 | 0 | 15 | 401 | 61 | 112 |
| Binary | 10101110 | 10011011 | 11011101 | 10101 | 11110 | 0 | 1101 | 100000001 | 110001 | 1001010 |
Color Harmonies of #AE9BDD
Complementary color
Monochromatic Colors of #AE9BDD
Black with #AE9BDD
Text Example
Text Example
White with #AE9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9BDD; }
p { color: rgb(174,155,221); }
H1.HeaderClassName
{
color: #AE9BDD;
}
.AnyTagClassName
{
color: #AE9BDD;
}
</style>
background-color css
<style>
a { background-color: #AE9BDD; }
a { background-color: rgb(174,155,221); }
div.DivClassName
{
background-color: #AE9BDD;
}
.BgClassName
{
background-color: #AE9BDD;
}
</style>
border-color css
<style>
span { border-color: #AE9BDD; }
span { border-color: rgb(174,155,221); }
td.TdClassName
{
border-color: #AE9BDD;
}
.TagClassName
{
border-color: #AE9BDD;
}
</style>