Shades of Biloba Flower #AE91E5
Tints of Biloba Flower #AE91E5
RGB
CMYK
RGB Variations
Color information
#AE91E5 (or 0xAE91E5) is known color: Biloba Flower. HEX triplet: AE, 91 and E5. RGB value is (174,145,229). Sum of RGB (Red+Green+Blue) = 174+145+229=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE91E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91E5 is #516E1A. Grayscale: #A2A2A2. Windows color (decimal): -5336603 or 15045038. OLE color: 15045038.
HSL color Cylindrical-coordinate representation of color #AE91E5: hue angle of 260.71º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE91E5 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 145 | 229 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.10 |
| HSL | 260.71º | 0.62% | 0.73% | - |
| HSV(B) | 260.71º | 0.37% | 0.9% | - |
| XYZ | 41.72 | 34.91 | 78.67 | - |
| YUV | 163.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 229 | 0.24 | 0.37 | 0 | 0.10 | 260.71 | 0.62 | 0.73 |
| Hex | AE | 91 | E5 | 18 | 25 | 0 | A | 105 | 3E | 49 |
| Octal | 256 | 221 | 345 | 30 | 45 | 0 | 12 | 405 | 76 | 111 |
| Binary | 10101110 | 10010001 | 11100101 | 11000 | 100101 | 0 | 1010 | 100000101 | 111110 | 1001001 |
Color Harmonies of #AE91E5
Complementary color
Monochromatic Colors of #AE91E5
Black with #AE91E5
Text Example
Text Example
White with #AE91E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE91E5; }
p { color: rgb(174,145,229); }
H1.HeaderClassName
{
color: #AE91E5;
}
.AnyTagClassName
{
color: #AE91E5;
}
</style>
background-color css
<style>
a { background-color: #AE91E5; }
a { background-color: rgb(174,145,229); }
div.DivClassName
{
background-color: #AE91E5;
}
.BgClassName
{
background-color: #AE91E5;
}
</style>
border-color css
<style>
span { border-color: #AE91E5; }
span { border-color: rgb(174,145,229); }
td.TdClassName
{
border-color: #AE91E5;
}
.TagClassName
{
border-color: #AE91E5;
}
</style>