Shades of Biloba Flower #AE9DE4
Tints of Biloba Flower #AE9DE4
RGB
CMYK
RGB Variations
Color information
#AE9DE4 (or 0xAE9DE4) is known color: Biloba Flower. HEX triplet: AE, 9D and E4. RGB value is (174,157,228). Sum of RGB (Red+Green+Blue) = 174+157+228=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE9DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DE4 is #51621B. Grayscale: #A9A9A9. Windows color (decimal): -5333532 or 14982574. OLE color: 14982574.
HSL color Cylindrical-coordinate representation of color #AE9DE4: hue angle of 254.37º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE9DE4 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 157 | 228 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.11 |
| HSL | 254.37º | 0.57% | 0.75% | - |
| HSV(B) | 254.37º | 0.31% | 0.89% | - |
| XYZ | 43.52 | 38.71 | 78.58 | - |
| YUV | 170.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 157 | 228 | 0.24 | 0.31 | 0 | 0.11 | 254.37 | 0.57 | 0.75 |
| Hex | AE | 9D | E4 | 18 | 1F | 0 | B | FE | 39 | 4B |
| Octal | 256 | 235 | 344 | 30 | 37 | 0 | 13 | 376 | 71 | 113 |
| Binary | 10101110 | 10011101 | 11100100 | 11000 | 11111 | 0 | 1011 | 11111110 | 111001 | 1001011 |
Color Harmonies of #AE9DE4
Complementary color
Monochromatic Colors of #AE9DE4
Black with #AE9DE4
Text Example
Text Example
White with #AE9DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9DE4; }
p { color: rgb(174,157,228); }
H1.HeaderClassName
{
color: #AE9DE4;
}
.AnyTagClassName
{
color: #AE9DE4;
}
</style>
background-color css
<style>
a { background-color: #AE9DE4; }
a { background-color: rgb(174,157,228); }
div.DivClassName
{
background-color: #AE9DE4;
}
.BgClassName
{
background-color: #AE9DE4;
}
</style>
border-color css
<style>
span { border-color: #AE9DE4; }
span { border-color: rgb(174,157,228); }
td.TdClassName
{
border-color: #AE9DE4;
}
.TagClassName
{
border-color: #AE9DE4;
}
</style>