Shades of Biloba Flower #AEA0CF
Tints of Biloba Flower #AEA0CF
RGB
CMYK
RGB Variations
Color information
#AEA0CF (or 0xAEA0CF) is known color: Biloba Flower. HEX triplet: AE, A0 and CF. RGB value is (174,160,207). Sum of RGB (Red+Green+Blue) = 174+160+207=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEA0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0CF is #515F30. Grayscale: #A9A9A9. Windows color (decimal): -5332785 or 13607086. OLE color: 13607086.
HSL color Cylindrical-coordinate representation of color #AEA0CF: hue angle of 257.87º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEA0CF is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 160 | 207 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.19 |
| HSL | 257.87º | 0.33% | 0.72% | - |
| HSV(B) | 257.87º | 0.23% | 0.81% | - |
| XYZ | 41.29 | 38.65 | 64.31 | - |
| YUV | 169.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 207 | 0.16 | 0.23 | 0 | 0.19 | 257.87 | 0.33 | 0.72 |
| Hex | AE | A0 | CF | 10 | 17 | 0 | 13 | 102 | 21 | 48 |
| Octal | 256 | 240 | 317 | 20 | 27 | 0 | 23 | 402 | 41 | 110 |
| Binary | 10101110 | 10100000 | 11001111 | 10000 | 10111 | 0 | 10011 | 100000010 | 100001 | 1001000 |
Color Harmonies of #AEA0CF
Complementary color
Monochromatic Colors of #AEA0CF
Black with #AEA0CF
Text Example
Text Example
White with #AEA0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA0CF; }
p { color: rgb(174,160,207); }
H1.HeaderClassName
{
color: #AEA0CF;
}
.AnyTagClassName
{
color: #AEA0CF;
}
</style>
background-color css
<style>
a { background-color: #AEA0CF; }
a { background-color: rgb(174,160,207); }
div.DivClassName
{
background-color: #AEA0CF;
}
.BgClassName
{
background-color: #AEA0CF;
}
</style>
border-color css
<style>
span { border-color: #AEA0CF; }
span { border-color: rgb(174,160,207); }
td.TdClassName
{
border-color: #AEA0CF;
}
.TagClassName
{
border-color: #AEA0CF;
}
</style>