Shades of Biloba Flower #AE9BD0
Tints of Biloba Flower #AE9BD0
RGB
CMYK
RGB Variations
Color information
#AE9BD0 (or 0xAE9BD0) is known color: Biloba Flower. HEX triplet: AE, 9B and D0. RGB value is (174,155,208). Sum of RGB (Red+Green+Blue) = 174+155+208=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE9BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BD0 is #51642F. Grayscale: #A6A6A6. Windows color (decimal): -5334064 or 13671342. OLE color: 13671342.
HSL color Cylindrical-coordinate representation of color #AE9BD0: hue angle of 261.51º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE9BD0 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 155 | 208 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.18 |
| HSL | 261.51º | 0.36% | 0.71% | - |
| HSV(B) | 261.51º | 0.25% | 0.82% | - |
| XYZ | 40.56 | 37 | 64.68 | - |
| YUV | 166.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 155 | 208 | 0.16 | 0.25 | 0 | 0.18 | 261.51 | 0.36 | 0.71 |
| Hex | AE | 9B | D0 | 10 | 19 | 0 | 12 | 106 | 24 | 47 |
| Octal | 256 | 233 | 320 | 20 | 31 | 0 | 22 | 406 | 44 | 107 |
| Binary | 10101110 | 10011011 | 11010000 | 10000 | 11001 | 0 | 10010 | 100000110 | 100100 | 1000111 |
Color Harmonies of #AE9BD0
Complementary color
Monochromatic Colors of #AE9BD0
Black with #AE9BD0
Text Example
Text Example
White with #AE9BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9BD0; }
p { color: rgb(174,155,208); }
H1.HeaderClassName
{
color: #AE9BD0;
}
.AnyTagClassName
{
color: #AE9BD0;
}
</style>
background-color css
<style>
a { background-color: #AE9BD0; }
a { background-color: rgb(174,155,208); }
div.DivClassName
{
background-color: #AE9BD0;
}
.BgClassName
{
background-color: #AE9BD0;
}
</style>
border-color css
<style>
span { border-color: #AE9BD0; }
span { border-color: rgb(174,155,208); }
td.TdClassName
{
border-color: #AE9BD0;
}
.TagClassName
{
border-color: #AE9BD0;
}
</style>