Shades of Biloba Flower #AE91E4
Tints of Biloba Flower #AE91E4
RGB
CMYK
RGB Variations
Color information
#AE91E4 (or 0xAE91E4) is known color: Biloba Flower. HEX triplet: AE, 91 and E4. RGB value is (174,145,228). Sum of RGB (Red+Green+Blue) = 174+145+228=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE91E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91E4 is #516E1B. Grayscale: #A2A2A2. Windows color (decimal): -5336604 or 14979502. OLE color: 14979502.
HSL color Cylindrical-coordinate representation of color #AE91E4: hue angle of 260.96º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE91E4 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 145 | 228 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.11 |
| HSL | 260.96º | 0.61% | 0.73% | - |
| HSV(B) | 260.96º | 0.36% | 0.89% | - |
| XYZ | 41.58 | 34.85 | 77.93 | - |
| YUV | 163.13 | 164.61 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 228 | 0.24 | 0.36 | 0 | 0.11 | 260.96 | 0.61 | 0.73 |
| Hex | AE | 91 | E4 | 18 | 24 | 0 | B | 105 | 3D | 49 |
| Octal | 256 | 221 | 344 | 30 | 44 | 0 | 13 | 405 | 75 | 111 |
| Binary | 10101110 | 10010001 | 11100100 | 11000 | 100100 | 0 | 1011 | 100000101 | 111101 | 1001001 |
Color Harmonies of #AE91E4
Complementary color
Monochromatic Colors of #AE91E4
Black with #AE91E4
Text Example
Text Example
White with #AE91E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE91E4; }
p { color: rgb(174,145,228); }
H1.HeaderClassName
{
color: #AE91E4;
}
.AnyTagClassName
{
color: #AE91E4;
}
</style>
background-color css
<style>
a { background-color: #AE91E4; }
a { background-color: rgb(174,145,228); }
div.DivClassName
{
background-color: #AE91E4;
}
.BgClassName
{
background-color: #AE91E4;
}
</style>
border-color css
<style>
span { border-color: #AE91E4; }
span { border-color: rgb(174,145,228); }
td.TdClassName
{
border-color: #AE91E4;
}
.TagClassName
{
border-color: #AE91E4;
}
</style>