Shades of Biloba Flower #AEA0D3
Tints of Biloba Flower #AEA0D3
RGB
CMYK
RGB Variations
Color information
#AEA0D3 (or 0xAEA0D3) is known color: Biloba Flower. HEX triplet: AE, A0 and D3. RGB value is (174,160,211). Sum of RGB (Red+Green+Blue) = 174+160+211=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #AEA0D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0D3 is #515F2C. Grayscale: #A9A9A9. Windows color (decimal): -5332781 or 13869230. OLE color: 13869230.
HSL color Cylindrical-coordinate representation of color #AEA0D3: hue angle of 256.47º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEA0D3 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 160 | 211 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.17 |
| HSL | 256.47º | 0.37% | 0.73% | - |
| HSV(B) | 256.47º | 0.24% | 0.83% | - |
| XYZ | 41.78 | 38.84 | 66.92 | - |
| YUV | 170 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 211 | 0.18 | 0.24 | 0 | 0.17 | 256.47 | 0.37 | 0.73 |
| Hex | AE | A0 | D3 | 12 | 18 | 0 | 11 | 100 | 25 | 49 |
| Octal | 256 | 240 | 323 | 22 | 30 | 0 | 21 | 400 | 45 | 111 |
| Binary | 10101110 | 10100000 | 11010011 | 10010 | 11000 | 0 | 10001 | 100000000 | 100101 | 1001001 |
Color Harmonies of #AEA0D3
Complementary color
Monochromatic Colors of #AEA0D3
Black with #AEA0D3
Text Example
Text Example
White with #AEA0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA0D3; }
p { color: rgb(174,160,211); }
H1.HeaderClassName
{
color: #AEA0D3;
}
.AnyTagClassName
{
color: #AEA0D3;
}
</style>
background-color css
<style>
a { background-color: #AEA0D3; }
a { background-color: rgb(174,160,211); }
div.DivClassName
{
background-color: #AEA0D3;
}
.BgClassName
{
background-color: #AEA0D3;
}
</style>
border-color css
<style>
span { border-color: #AEA0D3; }
span { border-color: rgb(174,160,211); }
td.TdClassName
{
border-color: #AEA0D3;
}
.TagClassName
{
border-color: #AEA0D3;
}
</style>