Shades of Biloba Flower #AE9DE9
Tints of Biloba Flower #AE9DE9
RGB
CMYK
RGB Variations
Color information
#AE9DE9 (or 0xAE9DE9) is known color: Biloba Flower. HEX triplet: AE, 9D and E9. RGB value is (174,157,233). Sum of RGB (Red+Green+Blue) = 174+157+233=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #AE9DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9DE9 is #516216. Grayscale: #AAAAAA. Windows color (decimal): -5333527 or 15310254. OLE color: 15310254.
HSL color Cylindrical-coordinate representation of color #AE9DE9: hue angle of 253.42º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE9DE9 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 157 | 233 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.09 |
| HSL | 253.42º | 0.63% | 0.76% | - |
| HSV(B) | 253.42º | 0.33% | 0.91% | - |
| XYZ | 44.22 | 39 | 82.29 | - |
| YUV | 170.75 | 163.13 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 157 | 233 | 0.25 | 0.33 | 0 | 0.09 | 253.42 | 0.63 | 0.76 |
| Hex | AE | 9D | E9 | 19 | 21 | 0 | 9 | FD | 3F | 4C |
| Octal | 256 | 235 | 351 | 31 | 41 | 0 | 11 | 375 | 77 | 114 |
| Binary | 10101110 | 10011101 | 11101001 | 11001 | 100001 | 0 | 1001 | 11111101 | 111111 | 1001100 |
Color Harmonies of #AE9DE9
Complementary color
Monochromatic Colors of #AE9DE9
Black with #AE9DE9
Text Example
Text Example
White with #AE9DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9DE9; }
p { color: rgb(174,157,233); }
H1.HeaderClassName
{
color: #AE9DE9;
}
.AnyTagClassName
{
color: #AE9DE9;
}
</style>
background-color css
<style>
a { background-color: #AE9DE9; }
a { background-color: rgb(174,157,233); }
div.DivClassName
{
background-color: #AE9DE9;
}
.BgClassName
{
background-color: #AE9DE9;
}
</style>
border-color css
<style>
span { border-color: #AE9DE9; }
span { border-color: rgb(174,157,233); }
td.TdClassName
{
border-color: #AE9DE9;
}
.TagClassName
{
border-color: #AE9DE9;
}
</style>