Shades of Biloba Flower #AE92E4
Tints of Biloba Flower #AE92E4
RGB
CMYK
RGB Variations
Color information
#AE92E4 (or 0xAE92E4) is known color: Biloba Flower. HEX triplet: AE, 92 and E4. RGB value is (174,146,228). Sum of RGB (Red+Green+Blue) = 174+146+228=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE92E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE92E4 is #516D1B. Grayscale: #A3A3A3. Windows color (decimal): -5336348 or 14979758. OLE color: 14979758.
HSL color Cylindrical-coordinate representation of color #AE92E4: hue angle of 260.49º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE92E4 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 146 | 228 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.11 |
| HSL | 260.49º | 0.6% | 0.73% | - |
| HSV(B) | 260.49º | 0.36% | 0.89% | - |
| XYZ | 41.74 | 35.16 | 77.99 | - |
| YUV | 163.72 | 164.28 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 146 | 228 | 0.24 | 0.36 | 0 | 0.11 | 260.49 | 0.6 | 0.73 |
| Hex | AE | 92 | E4 | 18 | 24 | 0 | B | 104 | 3C | 49 |
| Octal | 256 | 222 | 344 | 30 | 44 | 0 | 13 | 404 | 74 | 111 |
| Binary | 10101110 | 10010010 | 11100100 | 11000 | 100100 | 0 | 1011 | 100000100 | 111100 | 1001001 |
Color Harmonies of #AE92E4
Complementary color
Monochromatic Colors of #AE92E4
Black with #AE92E4
Text Example
Text Example
White with #AE92E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE92E4; }
p { color: rgb(174,146,228); }
H1.HeaderClassName
{
color: #AE92E4;
}
.AnyTagClassName
{
color: #AE92E4;
}
</style>
background-color css
<style>
a { background-color: #AE92E4; }
a { background-color: rgb(174,146,228); }
div.DivClassName
{
background-color: #AE92E4;
}
.BgClassName
{
background-color: #AE92E4;
}
</style>
border-color css
<style>
span { border-color: #AE92E4; }
span { border-color: rgb(174,146,228); }
td.TdClassName
{
border-color: #AE92E4;
}
.TagClassName
{
border-color: #AE92E4;
}
</style>