Shades of Biloba Flower #AEA0D5
Tints of Biloba Flower #AEA0D5
RGB
CMYK
RGB Variations
Color information
#AEA0D5 (or 0xAEA0D5) is known color: Biloba Flower. HEX triplet: AE, A0 and D5. RGB value is (174,160,213). Sum of RGB (Red+Green+Blue) = 174+160+213=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEA0D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0D5 is #515F2A. Grayscale: #AAAAAA. Windows color (decimal): -5332779 or 14000302. OLE color: 14000302.
HSL color Cylindrical-coordinate representation of color #AEA0D5: hue angle of 255.85º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEA0D5 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 160 | 213 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.16 |
| HSL | 255.85º | 0.39% | 0.73% | - |
| HSV(B) | 255.85º | 0.25% | 0.84% | - |
| XYZ | 42.04 | 38.94 | 68.25 | - |
| YUV | 170.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 213 | 0.18 | 0.25 | 0 | 0.16 | 255.85 | 0.39 | 0.73 |
| Hex | AE | A0 | D5 | 12 | 19 | 0 | 10 | 100 | 27 | 49 |
| Octal | 256 | 240 | 325 | 22 | 31 | 0 | 20 | 400 | 47 | 111 |
| Binary | 10101110 | 10100000 | 11010101 | 10010 | 11001 | 0 | 10000 | 100000000 | 100111 | 1001001 |
Color Harmonies of #AEA0D5
Complementary color
Monochromatic Colors of #AEA0D5
Black with #AEA0D5
Text Example
Text Example
White with #AEA0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA0D5; }
p { color: rgb(174,160,213); }
H1.HeaderClassName
{
color: #AEA0D5;
}
.AnyTagClassName
{
color: #AEA0D5;
}
</style>
background-color css
<style>
a { background-color: #AEA0D5; }
a { background-color: rgb(174,160,213); }
div.DivClassName
{
background-color: #AEA0D5;
}
.BgClassName
{
background-color: #AEA0D5;
}
</style>
border-color css
<style>
span { border-color: #AEA0D5; }
span { border-color: rgb(174,160,213); }
td.TdClassName
{
border-color: #AEA0D5;
}
.TagClassName
{
border-color: #AEA0D5;
}
</style>