Shades of Biloba Flower #AEA0BF
Tints of Biloba Flower #AEA0BF
RGB
CMYK
RGB Variations
Color information
#AEA0BF (or 0xAEA0BF) is known color: Biloba Flower. HEX triplet: AE, A0 and BF. RGB value is (174,160,191). Sum of RGB (Red+Green+Blue) = 174+160+191=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #AEA0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0BF is #515F40. Grayscale: #A7A7A7. Windows color (decimal): -5332801 or 12558510. OLE color: 12558510.
HSL color Cylindrical-coordinate representation of color #AEA0BF: hue angle of 267.1º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEA0BF is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 160 | 191 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.25 |
| HSL | 267.1º | 0.19% | 0.69% | - |
| HSV(B) | 267.1º | 0.16% | 0.75% | - |
| XYZ | 39.43 | 37.9 | 54.53 | - |
| YUV | 167.72 | 141.14 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 191 | 0.09 | 0.16 | 0 | 0.25 | 267.1 | 0.19 | 0.69 |
| Hex | AE | A0 | BF | 9 | 10 | 0 | 19 | 10B | 13 | 45 |
| Octal | 256 | 240 | 277 | 11 | 20 | 0 | 31 | 413 | 23 | 105 |
| Binary | 10101110 | 10100000 | 10111111 | 1001 | 10000 | 0 | 11001 | 100001011 | 10011 | 1000101 |
Color Harmonies of #AEA0BF
Complementary color
Monochromatic Colors of #AEA0BF
Black with #AEA0BF
Text Example
Text Example
White with #AEA0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA0BF; }
p { color: rgb(174,160,191); }
H1.HeaderClassName
{
color: #AEA0BF;
}
.AnyTagClassName
{
color: #AEA0BF;
}
</style>
background-color css
<style>
a { background-color: #AEA0BF; }
a { background-color: rgb(174,160,191); }
div.DivClassName
{
background-color: #AEA0BF;
}
.BgClassName
{
background-color: #AEA0BF;
}
</style>
border-color css
<style>
span { border-color: #AEA0BF; }
span { border-color: rgb(174,160,191); }
td.TdClassName
{
border-color: #AEA0BF;
}
.TagClassName
{
border-color: #AEA0BF;
}
</style>