Shades of Biloba Flower #AEA1DC
Tints of Biloba Flower #AEA1DC
RGB
CMYK
RGB Variations
Color information
#AEA1DC (or 0xAEA1DC) is known color: Biloba Flower. HEX triplet: AE, A1 and DC. RGB value is (174,161,220). Sum of RGB (Red+Green+Blue) = 174+161+220=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEA1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA1DC is #515E23. Grayscale: #ABABAB. Windows color (decimal): -5332516 or 14459310. OLE color: 14459310.
HSL color Cylindrical-coordinate representation of color #AEA1DC: hue angle of 253.22º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEA1DC is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 161 | 220 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.14 |
| HSL | 253.22º | 0.46% | 0.75% | - |
| HSV(B) | 253.22º | 0.27% | 0.86% | - |
| XYZ | 43.12 | 39.66 | 73.09 | - |
| YUV | 171.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 220 | 0.21 | 0.27 | 0 | 0.14 | 253.22 | 0.46 | 0.75 |
| Hex | AE | A1 | DC | 15 | 1B | 0 | E | FD | 2E | 4B |
| Octal | 256 | 241 | 334 | 25 | 33 | 0 | 16 | 375 | 56 | 113 |
| Binary | 10101110 | 10100001 | 11011100 | 10101 | 11011 | 0 | 1110 | 11111101 | 101110 | 1001011 |
Color Harmonies of #AEA1DC
Complementary color
Monochromatic Colors of #AEA1DC
Black with #AEA1DC
Text Example
Text Example
White with #AEA1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA1DC; }
p { color: rgb(174,161,220); }
H1.HeaderClassName
{
color: #AEA1DC;
}
.AnyTagClassName
{
color: #AEA1DC;
}
</style>
background-color css
<style>
a { background-color: #AEA1DC; }
a { background-color: rgb(174,161,220); }
div.DivClassName
{
background-color: #AEA1DC;
}
.BgClassName
{
background-color: #AEA1DC;
}
</style>
border-color css
<style>
span { border-color: #AEA1DC; }
span { border-color: rgb(174,161,220); }
td.TdClassName
{
border-color: #AEA1DC;
}
.TagClassName
{
border-color: #AEA1DC;
}
</style>