Shades of Biloba Flower #AE9BF6
Tints of Biloba Flower #AE9BF6
RGB
CMYK
RGB Variations
Color information
#AE9BF6 (or 0xAE9BF6) is known color: Biloba Flower. HEX triplet: AE, 9B and F6. RGB value is (174,155,246). Sum of RGB (Red+Green+Blue) = 174+155+246=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #AE9BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9BF6 is #516409. Grayscale: #AAAAAA. Windows color (decimal): -5334026 or 16161710. OLE color: 16161710.
HSL color Cylindrical-coordinate representation of color #AE9BF6: hue angle of 252.53º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE9BF6 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 155 | 246 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.04 |
| HSL | 252.53º | 0.83% | 0.79% | - |
| HSV(B) | 252.53º | 0.37% | 0.96% | - |
| XYZ | 45.81 | 39.1 | 92.32 | - |
| YUV | 171.06 | 170.29 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 155 | 246 | 0.29 | 0.37 | 0 | 0.04 | 252.53 | 0.83 | 0.79 |
| Hex | AE | 9B | F6 | 1D | 25 | 0 | 4 | FD | 53 | 4F |
| Octal | 256 | 233 | 366 | 35 | 45 | 0 | 4 | 375 | 123 | 117 |
| Binary | 10101110 | 10011011 | 11110110 | 11101 | 100101 | 0 | 100 | 11111101 | 1010011 | 1001111 |
Color Harmonies of #AE9BF6
Complementary color
Monochromatic Colors of #AE9BF6
Black with #AE9BF6
Text Example
Text Example
White with #AE9BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9BF6; }
p { color: rgb(174,155,246); }
H1.HeaderClassName
{
color: #AE9BF6;
}
.AnyTagClassName
{
color: #AE9BF6;
}
</style>
background-color css
<style>
a { background-color: #AE9BF6; }
a { background-color: rgb(174,155,246); }
div.DivClassName
{
background-color: #AE9BF6;
}
.BgClassName
{
background-color: #AE9BF6;
}
</style>
border-color css
<style>
span { border-color: #AE9BF6; }
span { border-color: rgb(174,155,246); }
td.TdClassName
{
border-color: #AE9BF6;
}
.TagClassName
{
border-color: #AE9BF6;
}
</style>