Shades of Biloba Flower #AEA1D4
Tints of Biloba Flower #AEA1D4
RGB
CMYK
RGB Variations
Color information
#AEA1D4 (or 0xAEA1D4) is known color: Biloba Flower. HEX triplet: AE, A1 and D4. RGB value is (174,161,212). Sum of RGB (Red+Green+Blue) = 174+161+212=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 212 - color contains mainly: blue. Hex color #AEA1D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA1D4 is #515E2B. Grayscale: #AAAAAA. Windows color (decimal): -5332524 or 13935022. OLE color: 13935022.
HSL color Cylindrical-coordinate representation of color #AEA1D4: hue angle of 255.29º 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 #AEA1D4 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 161 | 212 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.17 |
| HSL | 255.29º | 0.37% | 0.73% | - |
| HSV(B) | 255.29º | 0.24% | 0.83% | - |
| XYZ | 42.08 | 39.24 | 67.64 | - |
| YUV | 170.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 212 | 0.18 | 0.24 | 0 | 0.17 | 255.29 | 0.37 | 0.73 |
| Hex | AE | A1 | D4 | 12 | 18 | 0 | 11 | FF | 25 | 49 |
| Octal | 256 | 241 | 324 | 22 | 30 | 0 | 21 | 377 | 45 | 111 |
| Binary | 10101110 | 10100001 | 11010100 | 10010 | 11000 | 0 | 10001 | 11111111 | 100101 | 1001001 |
Color Harmonies of #AEA1D4
Complementary color
Monochromatic Colors of #AEA1D4
Black with #AEA1D4
Text Example
Text Example
White with #AEA1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA1D4; }
p { color: rgb(174,161,212); }
H1.HeaderClassName
{
color: #AEA1D4;
}
.AnyTagClassName
{
color: #AEA1D4;
}
</style>
background-color css
<style>
a { background-color: #AEA1D4; }
a { background-color: rgb(174,161,212); }
div.DivClassName
{
background-color: #AEA1D4;
}
.BgClassName
{
background-color: #AEA1D4;
}
</style>
border-color css
<style>
span { border-color: #AEA1D4; }
span { border-color: rgb(174,161,212); }
td.TdClassName
{
border-color: #AEA1D4;
}
.TagClassName
{
border-color: #AEA1D4;
}
</style>