Shades of Biloba Flower #AE92E9
Tints of Biloba Flower #AE92E9
RGB
CMYK
RGB Variations
Color information
#AE92E9 (or 0xAE92E9) is known color: Biloba Flower. HEX triplet: AE, 92 and E9. RGB value is (174,146,233). Sum of RGB (Red+Green+Blue) = 174+146+233=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #AE92E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE92E9 is #516D16. Grayscale: #A3A3A3. Windows color (decimal): -5336343 or 15307438. OLE color: 15307438.
HSL color Cylindrical-coordinate representation of color #AE92E9: hue angle of 259.31º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE92E9 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 146 | 233 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.09 |
| HSL | 259.31º | 0.66% | 0.74% | - |
| HSV(B) | 259.31º | 0.37% | 0.91% | - |
| XYZ | 42.44 | 35.44 | 81.69 | - |
| YUV | 164.29 | 166.78 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 146 | 233 | 0.25 | 0.37 | 0 | 0.09 | 259.31 | 0.66 | 0.74 |
| Hex | AE | 92 | E9 | 19 | 25 | 0 | 9 | 103 | 42 | 4A |
| Octal | 256 | 222 | 351 | 31 | 45 | 0 | 11 | 403 | 102 | 112 |
| Binary | 10101110 | 10010010 | 11101001 | 11001 | 100101 | 0 | 1001 | 100000011 | 1000010 | 1001010 |
Color Harmonies of #AE92E9
Complementary color
Monochromatic Colors of #AE92E9
Black with #AE92E9
Text Example
Text Example
White with #AE92E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE92E9; }
p { color: rgb(174,146,233); }
H1.HeaderClassName
{
color: #AE92E9;
}
.AnyTagClassName
{
color: #AE92E9;
}
</style>
background-color css
<style>
a { background-color: #AE92E9; }
a { background-color: rgb(174,146,233); }
div.DivClassName
{
background-color: #AE92E9;
}
.BgClassName
{
background-color: #AE92E9;
}
</style>
border-color css
<style>
span { border-color: #AE92E9; }
span { border-color: rgb(174,146,233); }
td.TdClassName
{
border-color: #AE92E9;
}
.TagClassName
{
border-color: #AE92E9;
}
</style>