Shades of Biloba Flower #AE9AE1
Tints of Biloba Flower #AE9AE1
RGB
CMYK
RGB Variations
Color information
#AE9AE1 (or 0xAE9AE1) is known color: Biloba Flower. HEX triplet: AE, 9A and E1. RGB value is (174,154,225). Sum of RGB (Red+Green+Blue) = 174+154+225=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #AE9AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9AE1 is #51651E. Grayscale: #A7A7A7. Windows color (decimal): -5334303 or 14785198. OLE color: 14785198.
HSL color Cylindrical-coordinate representation of color #AE9AE1: hue angle of 256.9º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE9AE1 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 154 | 225 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.12 |
| HSL | 256.9º | 0.54% | 0.74% | - |
| HSV(B) | 256.9º | 0.32% | 0.88% | - |
| XYZ | 42.6 | 37.55 | 76.24 | - |
| YUV | 168.07 | 160.13 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 225 | 0.23 | 0.32 | 0 | 0.12 | 256.9 | 0.54 | 0.74 |
| Hex | AE | 9A | E1 | 17 | 20 | 0 | C | 101 | 36 | 4A |
| Octal | 256 | 232 | 341 | 27 | 40 | 0 | 14 | 401 | 66 | 112 |
| Binary | 10101110 | 10011010 | 11100001 | 10111 | 100000 | 0 | 1100 | 100000001 | 110110 | 1001010 |
Color Harmonies of #AE9AE1
Complementary color
Monochromatic Colors of #AE9AE1
Black with #AE9AE1
Text Example
Text Example
White with #AE9AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9AE1; }
p { color: rgb(174,154,225); }
H1.HeaderClassName
{
color: #AE9AE1;
}
.AnyTagClassName
{
color: #AE9AE1;
}
</style>
background-color css
<style>
a { background-color: #AE9AE1; }
a { background-color: rgb(174,154,225); }
div.DivClassName
{
background-color: #AE9AE1;
}
.BgClassName
{
background-color: #AE9AE1;
}
</style>
border-color css
<style>
span { border-color: #AE9AE1; }
span { border-color: rgb(174,154,225); }
td.TdClassName
{
border-color: #AE9AE1;
}
.TagClassName
{
border-color: #AE9AE1;
}
</style>