Shades of Biloba Flower #AEA2D5
Tints of Biloba Flower #AEA2D5
RGB
CMYK
RGB Variations
Color information
#AEA2D5 (or 0xAEA2D5) is known color: Biloba Flower. HEX triplet: AE, A2 and D5. RGB value is (174,162,213). Sum of RGB (Red+Green+Blue) = 174+162+213=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEA2D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2D5 is #515D2A. Grayscale: #ABABAB. Windows color (decimal): -5332267 or 14000814. OLE color: 14000814.
HSL color Cylindrical-coordinate representation of color #AEA2D5: hue angle of 254.12º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEA2D5 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 162 | 213 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.16 |
| HSL | 254.12º | 0.38% | 0.74% | - |
| HSV(B) | 254.12º | 0.24% | 0.84% | - |
| XYZ | 42.39 | 39.64 | 68.37 | - |
| YUV | 171.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 213 | 0.18 | 0.24 | 0 | 0.16 | 254.12 | 0.38 | 0.74 |
| Hex | AE | A2 | D5 | 12 | 18 | 0 | 10 | FE | 26 | 4A |
| Octal | 256 | 242 | 325 | 22 | 30 | 0 | 20 | 376 | 46 | 112 |
| Binary | 10101110 | 10100010 | 11010101 | 10010 | 11000 | 0 | 10000 | 11111110 | 100110 | 1001010 |
Color Harmonies of #AEA2D5
Complementary color
Monochromatic Colors of #AEA2D5
Black with #AEA2D5
Text Example
Text Example
White with #AEA2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA2D5; }
p { color: rgb(174,162,213); }
H1.HeaderClassName
{
color: #AEA2D5;
}
.AnyTagClassName
{
color: #AEA2D5;
}
</style>
background-color css
<style>
a { background-color: #AEA2D5; }
a { background-color: rgb(174,162,213); }
div.DivClassName
{
background-color: #AEA2D5;
}
.BgClassName
{
background-color: #AEA2D5;
}
</style>
border-color css
<style>
span { border-color: #AEA2D5; }
span { border-color: rgb(174,162,213); }
td.TdClassName
{
border-color: #AEA2D5;
}
.TagClassName
{
border-color: #AEA2D5;
}
</style>