Shades of Biloba Flower #AEA2F2
Tints of Biloba Flower #AEA2F2
RGB
CMYK
RGB Variations
Color information
#AEA2F2 (or 0xAEA2F2) is known color: Biloba Flower. HEX triplet: AE, A2 and F2. RGB value is (174,162,242). Sum of RGB (Red+Green+Blue) = 174+162+242=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 162 (63.67% from 255 or 28.03% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEA2F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA2F2 is #515D0D. Grayscale: #AEAEAE. Windows color (decimal): -5332238 or 15901358. OLE color: 15901358.
HSL color Cylindrical-coordinate representation of color #AEA2F2: hue angle of 249º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEA2F2 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 162 | 242 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.05 |
| HSL | 249º | 0.75% | 0.79% | - |
| HSV(B) | 249º | 0.33% | 0.95% | - |
| XYZ | 46.4 | 41.25 | 89.52 | - |
| YUV | 174.71 | 165.98 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 242 | 0.28 | 0.33 | 0 | 0.05 | 249 | 0.75 | 0.79 |
| Hex | AE | A2 | F2 | 1C | 21 | 0 | 5 | F9 | 4B | 4F |
| Octal | 256 | 242 | 362 | 34 | 41 | 0 | 5 | 371 | 113 | 117 |
| Binary | 10101110 | 10100010 | 11110010 | 11100 | 100001 | 0 | 101 | 11111001 | 1001011 | 1001111 |
Color Harmonies of #AEA2F2
Complementary color
Monochromatic Colors of #AEA2F2
Black with #AEA2F2
Text Example
Text Example
White with #AEA2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA2F2; }
p { color: rgb(174,162,242); }
H1.HeaderClassName
{
color: #AEA2F2;
}
.AnyTagClassName
{
color: #AEA2F2;
}
</style>
background-color css
<style>
a { background-color: #AEA2F2; }
a { background-color: rgb(174,162,242); }
div.DivClassName
{
background-color: #AEA2F2;
}
.BgClassName
{
background-color: #AEA2F2;
}
</style>
border-color css
<style>
span { border-color: #AEA2F2; }
span { border-color: rgb(174,162,242); }
td.TdClassName
{
border-color: #AEA2F2;
}
.TagClassName
{
border-color: #AEA2F2;
}
</style>