Shades of Biloba Flower #AE91D7
Tints of Biloba Flower #AE91D7
RGB
CMYK
RGB Variations
Color information
#AE91D7 (or 0xAE91D7) is known color: Biloba Flower. HEX triplet: AE, 91 and D7. RGB value is (174,145,215). Sum of RGB (Red+Green+Blue) = 174+145+215=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE91D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91D7 is #516E28. Grayscale: #A1A1A1. Windows color (decimal): -5336617 or 14127534. OLE color: 14127534.
HSL color Cylindrical-coordinate representation of color #AE91D7: hue angle of 264.86º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE91D7 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 145 | 215 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.16 |
| HSL | 264.86º | 0.47% | 0.71% | - |
| HSV(B) | 264.86º | 0.33% | 0.84% | - |
| XYZ | 39.85 | 34.16 | 68.78 | - |
| YUV | 161.65 | 158.11 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 215 | 0.19 | 0.33 | 0 | 0.16 | 264.86 | 0.47 | 0.71 |
| Hex | AE | 91 | D7 | 13 | 21 | 0 | 10 | 109 | 2F | 47 |
| Octal | 256 | 221 | 327 | 23 | 41 | 0 | 20 | 411 | 57 | 107 |
| Binary | 10101110 | 10010001 | 11010111 | 10011 | 100001 | 0 | 10000 | 100001001 | 101111 | 1000111 |
Color Harmonies of #AE91D7
Complementary color
Monochromatic Colors of #AE91D7
Black with #AE91D7
Text Example
Text Example
White with #AE91D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE91D7; }
p { color: rgb(174,145,215); }
H1.HeaderClassName
{
color: #AE91D7;
}
.AnyTagClassName
{
color: #AE91D7;
}
</style>
background-color css
<style>
a { background-color: #AE91D7; }
a { background-color: rgb(174,145,215); }
div.DivClassName
{
background-color: #AE91D7;
}
.BgClassName
{
background-color: #AE91D7;
}
</style>
border-color css
<style>
span { border-color: #AE91D7; }
span { border-color: rgb(174,145,215); }
td.TdClassName
{
border-color: #AE91D7;
}
.TagClassName
{
border-color: #AE91D7;
}
</style>