Shades of Biloba Flower #AE9BF5
Tints of Biloba Flower #AE9BF5
RGB
CMYK
RGB Variations
Color information
#AE9BF5 (or 0xAE9BF5) is known color: Biloba Flower. HEX triplet: AE, 9B and F5. RGB value is (174,155,245). Sum of RGB (Red+Green+Blue) = 174+155+245=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #AE9BF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9BF5 is #51640A. Grayscale: #AAAAAA. Windows color (decimal): -5334027 or 16096174. OLE color: 16096174.
HSL color Cylindrical-coordinate representation of color #AE9BF5: hue angle of 252.67º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE9BF5 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 155 | 245 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.04 |
| HSL | 252.67º | 0.82% | 0.78% | - |
| HSV(B) | 252.67º | 0.37% | 0.96% | - |
| XYZ | 45.66 | 39.03 | 91.51 | - |
| YUV | 170.94 | 169.79 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 155 | 245 | 0.29 | 0.37 | 0 | 0.04 | 252.67 | 0.82 | 0.78 |
| Hex | AE | 9B | F5 | 1D | 25 | 0 | 4 | FD | 52 | 4E |
| Octal | 256 | 233 | 365 | 35 | 45 | 0 | 4 | 375 | 122 | 116 |
| Binary | 10101110 | 10011011 | 11110101 | 11101 | 100101 | 0 | 100 | 11111101 | 1010010 | 1001110 |
Color Harmonies of #AE9BF5
Complementary color
Monochromatic Colors of #AE9BF5
Black with #AE9BF5
Text Example
Text Example
White with #AE9BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9BF5; }
p { color: rgb(174,155,245); }
H1.HeaderClassName
{
color: #AE9BF5;
}
.AnyTagClassName
{
color: #AE9BF5;
}
</style>
background-color css
<style>
a { background-color: #AE9BF5; }
a { background-color: rgb(174,155,245); }
div.DivClassName
{
background-color: #AE9BF5;
}
.BgClassName
{
background-color: #AE9BF5;
}
</style>
border-color css
<style>
span { border-color: #AE9BF5; }
span { border-color: rgb(174,155,245); }
td.TdClassName
{
border-color: #AE9BF5;
}
.TagClassName
{
border-color: #AE9BF5;
}
</style>