Shades of Biloba Flower #AE9EDD
Tints of Biloba Flower #AE9EDD
RGB
CMYK
RGB Variations
Color information
#AE9EDD (or 0xAE9EDD) is known color: Biloba Flower. HEX triplet: AE, 9E and DD. RGB value is (174,158,221). Sum of RGB (Red+Green+Blue) = 174+158+221=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE9EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9EDD is #516122. Grayscale: #A9A9A9. Windows color (decimal): -5333283 or 14524078. OLE color: 14524078.
HSL color Cylindrical-coordinate representation of color #AE9EDD: hue angle of 255.24º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE9EDD is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 158 | 221 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.13 |
| HSL | 255.24º | 0.48% | 0.74% | - |
| HSV(B) | 255.24º | 0.29% | 0.87% | - |
| XYZ | 42.73 | 38.67 | 73.62 | - |
| YUV | 169.97 | 156.8 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 158 | 221 | 0.21 | 0.29 | 0 | 0.13 | 255.24 | 0.48 | 0.74 |
| Hex | AE | 9E | DD | 15 | 1D | 0 | D | FF | 30 | 4A |
| Octal | 256 | 236 | 335 | 25 | 35 | 0 | 15 | 377 | 60 | 112 |
| Binary | 10101110 | 10011110 | 11011101 | 10101 | 11101 | 0 | 1101 | 11111111 | 110000 | 1001010 |
Color Harmonies of #AE9EDD
Complementary color
Monochromatic Colors of #AE9EDD
Black with #AE9EDD
Text Example
Text Example
White with #AE9EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9EDD; }
p { color: rgb(174,158,221); }
H1.HeaderClassName
{
color: #AE9EDD;
}
.AnyTagClassName
{
color: #AE9EDD;
}
</style>
background-color css
<style>
a { background-color: #AE9EDD; }
a { background-color: rgb(174,158,221); }
div.DivClassName
{
background-color: #AE9EDD;
}
.BgClassName
{
background-color: #AE9EDD;
}
</style>
border-color css
<style>
span { border-color: #AE9EDD; }
span { border-color: rgb(174,158,221); }
td.TdClassName
{
border-color: #AE9EDD;
}
.TagClassName
{
border-color: #AE9EDD;
}
</style>