Shades of Biloba Flower #AE7DD8
Tints of Biloba Flower #AE7DD8
RGB
CMYK
RGB Variations
Color information
#AE7DD8 (or 0xAE7DD8) is known color: Biloba Flower. HEX triplet: AE, 7D and D8. RGB value is (174,125,216). Sum of RGB (Red+Green+Blue) = 174+125+216=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE7DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7DD8 is #518227. Grayscale: #959595. Windows color (decimal): -5341736 or 14187950. OLE color: 14187950.
HSL color Cylindrical-coordinate representation of color #AE7DD8: hue angle of 272.31º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE7DD8 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 125 | 216 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.15 |
| HSL | 272.31º | 0.54% | 0.67% | - |
| HSV(B) | 272.31º | 0.42% | 0.85% | - |
| XYZ | 37.18 | 28.62 | 68.53 | - |
| YUV | 150.03 | 165.23 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 125 | 216 | 0.19 | 0.42 | 0 | 0.15 | 272.31 | 0.54 | 0.67 |
| Hex | AE | 7D | D8 | 13 | 2A | 0 | F | 110 | 36 | 43 |
| Octal | 256 | 175 | 330 | 23 | 52 | 0 | 17 | 420 | 66 | 103 |
| Binary | 10101110 | 1111101 | 11011000 | 10011 | 101010 | 0 | 1111 | 100010000 | 110110 | 1000011 |
Color Harmonies of #AE7DD8
Complementary color
Monochromatic Colors of #AE7DD8
Black with #AE7DD8
Text Example
Text Example
White with #AE7DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7DD8; }
p { color: rgb(174,125,216); }
H1.HeaderClassName
{
color: #AE7DD8;
}
.AnyTagClassName
{
color: #AE7DD8;
}
</style>
background-color css
<style>
a { background-color: #AE7DD8; }
a { background-color: rgb(174,125,216); }
div.DivClassName
{
background-color: #AE7DD8;
}
.BgClassName
{
background-color: #AE7DD8;
}
</style>
border-color css
<style>
span { border-color: #AE7DD8; }
span { border-color: rgb(174,125,216); }
td.TdClassName
{
border-color: #AE7DD8;
}
.TagClassName
{
border-color: #AE7DD8;
}
</style>