Shades of Biloba Flower #AEA2D0
Tints of Biloba Flower #AEA2D0
RGB
CMYK
RGB Variations
Color information
#AEA2D0 (or 0xAEA2D0) is known color: Biloba Flower. HEX triplet: AE, A2 and D0. RGB value is (174,162,208). Sum of RGB (Red+Green+Blue) = 174+162+208=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEA2D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2D0 is #515D2F. Grayscale: #AAAAAA. Windows color (decimal): -5332272 or 13673134. OLE color: 13673134.
HSL color Cylindrical-coordinate representation of color #AEA2D0: hue angle of 255.65º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEA2D0 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 162 | 208 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.18 |
| HSL | 255.65º | 0.33% | 0.73% | - |
| HSV(B) | 255.65º | 0.22% | 0.82% | - |
| XYZ | 41.76 | 39.39 | 65.08 | - |
| YUV | 170.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 208 | 0.16 | 0.22 | 0 | 0.18 | 255.65 | 0.33 | 0.73 |
| Hex | AE | A2 | D0 | 10 | 16 | 0 | 12 | 100 | 21 | 49 |
| Octal | 256 | 242 | 320 | 20 | 26 | 0 | 22 | 400 | 41 | 111 |
| Binary | 10101110 | 10100010 | 11010000 | 10000 | 10110 | 0 | 10010 | 100000000 | 100001 | 1001001 |
Color Harmonies of #AEA2D0
Complementary color
Monochromatic Colors of #AEA2D0
Black with #AEA2D0
Text Example
Text Example
White with #AEA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA2D0; }
p { color: rgb(174,162,208); }
H1.HeaderClassName
{
color: #AEA2D0;
}
.AnyTagClassName
{
color: #AEA2D0;
}
</style>
background-color css
<style>
a { background-color: #AEA2D0; }
a { background-color: rgb(174,162,208); }
div.DivClassName
{
background-color: #AEA2D0;
}
.BgClassName
{
background-color: #AEA2D0;
}
</style>
border-color css
<style>
span { border-color: #AEA2D0; }
span { border-color: rgb(174,162,208); }
td.TdClassName
{
border-color: #AEA2D0;
}
.TagClassName
{
border-color: #AEA2D0;
}
</style>