Shades of Biloba Flower #AEA2DE
Tints of Biloba Flower #AEA2DE
RGB
CMYK
RGB Variations
Color information
#AEA2DE (or 0xAEA2DE) is known color: Biloba Flower. HEX triplet: AE, A2 and DE. RGB value is (174,162,222). Sum of RGB (Red+Green+Blue) = 174+162+222=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEA2DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2DE is #515D21. Grayscale: #ACACAC. Windows color (decimal): -5332258 or 14590638. OLE color: 14590638.
HSL color Cylindrical-coordinate representation of color #AEA2DE: hue angle of 252º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEA2DE is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 162 | 222 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.13 |
| HSL | 252º | 0.48% | 0.75% | - |
| HSV(B) | 252º | 0.27% | 0.87% | - |
| XYZ | 43.56 | 40.11 | 74.55 | - |
| YUV | 172.43 | 155.98 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 222 | 0.22 | 0.27 | 0 | 0.13 | 252 | 0.48 | 0.75 |
| Hex | AE | A2 | DE | 16 | 1B | 0 | D | FC | 30 | 4B |
| Octal | 256 | 242 | 336 | 26 | 33 | 0 | 15 | 374 | 60 | 113 |
| Binary | 10101110 | 10100010 | 11011110 | 10110 | 11011 | 0 | 1101 | 11111100 | 110000 | 1001011 |
Color Harmonies of #AEA2DE
Complementary color
Monochromatic Colors of #AEA2DE
Black with #AEA2DE
Text Example
Text Example
White with #AEA2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA2DE; }
p { color: rgb(174,162,222); }
H1.HeaderClassName
{
color: #AEA2DE;
}
.AnyTagClassName
{
color: #AEA2DE;
}
</style>
background-color css
<style>
a { background-color: #AEA2DE; }
a { background-color: rgb(174,162,222); }
div.DivClassName
{
background-color: #AEA2DE;
}
.BgClassName
{
background-color: #AEA2DE;
}
</style>
border-color css
<style>
span { border-color: #AEA2DE; }
span { border-color: rgb(174,162,222); }
td.TdClassName
{
border-color: #AEA2DE;
}
.TagClassName
{
border-color: #AEA2DE;
}
</style>