Shades of Biloba Flower #AE9AE9
Tints of Biloba Flower #AE9AE9
RGB
CMYK
RGB Variations
Color information
#AE9AE9 (or 0xAE9AE9) is known color: Biloba Flower. HEX triplet: AE, 9A and E9. RGB value is (174,154,233). Sum of RGB (Red+Green+Blue) = 174+154+233=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 233 - color contains mainly: blue. Hex color #AE9AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9AE9 is #516516. Grayscale: #A8A8A8. Windows color (decimal): -5334295 or 15309486. OLE color: 15309486.
HSL color Cylindrical-coordinate representation of color #AE9AE9: hue angle of 255.19º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE9AE9 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 154 | 233 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.09 |
| HSL | 255.19º | 0.64% | 0.76% | - |
| HSV(B) | 255.19º | 0.34% | 0.91% | - |
| XYZ | 43.72 | 37.99 | 82.12 | - |
| YUV | 168.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 233 | 0.25 | 0.34 | 0 | 0.09 | 255.19 | 0.64 | 0.76 |
| Hex | AE | 9A | E9 | 19 | 22 | 0 | 9 | FF | 40 | 4C |
| Octal | 256 | 232 | 351 | 31 | 42 | 0 | 11 | 377 | 100 | 114 |
| Binary | 10101110 | 10011010 | 11101001 | 11001 | 100010 | 0 | 1001 | 11111111 | 1000000 | 1001100 |
Color Harmonies of #AE9AE9
Complementary color
Monochromatic Colors of #AE9AE9
Black with #AE9AE9
Text Example
Text Example
White with #AE9AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9AE9; }
p { color: rgb(174,154,233); }
H1.HeaderClassName
{
color: #AE9AE9;
}
.AnyTagClassName
{
color: #AE9AE9;
}
</style>
background-color css
<style>
a { background-color: #AE9AE9; }
a { background-color: rgb(174,154,233); }
div.DivClassName
{
background-color: #AE9AE9;
}
.BgClassName
{
background-color: #AE9AE9;
}
</style>
border-color css
<style>
span { border-color: #AE9AE9; }
span { border-color: rgb(174,154,233); }
td.TdClassName
{
border-color: #AE9AE9;
}
.TagClassName
{
border-color: #AE9AE9;
}
</style>