Shades of Biloba Flower #AE91FF
Tints of Biloba Flower #AE91FF
RGB
CMYK
RGB Variations
Color information
#AE91FF (or 0xAE91FF) is known color: Biloba Flower. HEX triplet: AE, 91 and FF. RGB value is (174,145,255). Sum of RGB (Red+Green+Blue) = 174+145+255=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE91FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE91FF is #516E00. Grayscale: #A5A5A5. Windows color (decimal): -5336577 or 16748974. OLE color: 16748974.
HSL color Cylindrical-coordinate representation of color #AE91FF: hue angle of 255.82º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE91FF is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 145 | 255 | - |
| CMYK | 0.32 | 0.43 | 0 | 0 |
| HSL | 255.82º | 1% | 0.78% | - |
| HSV(B) | 255.82º | 0.43% | 1% | - |
| XYZ | 45.63 | 36.47 | 99.24 | - |
| YUV | 166.21 | 178.11 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 255 | 0.32 | 0.43 | 0 | 0 | 255.82 | 1 | 0.78 |
| Hex | AE | 91 | FF | 20 | 2B | 0 | 0 | 100 | 64 | 4E |
| Octal | 256 | 221 | 377 | 40 | 53 | 0 | 0 | 400 | 144 | 116 |
| Binary | 10101110 | 10010001 | 11111111 | 100000 | 101011 | 0 | 0 | 100000000 | 1100100 | 1001110 |
Color Harmonies of #AE91FF
Complementary color
Monochromatic Colors of #AE91FF
Black with #AE91FF
Text Example
Text Example
White with #AE91FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE91FF; }
p { color: rgb(174,145,255); }
H1.HeaderClassName
{
color: #AE91FF;
}
.AnyTagClassName
{
color: #AE91FF;
}
</style>
background-color css
<style>
a { background-color: #AE91FF; }
a { background-color: rgb(174,145,255); }
div.DivClassName
{
background-color: #AE91FF;
}
.BgClassName
{
background-color: #AE91FF;
}
</style>
border-color css
<style>
span { border-color: #AE91FF; }
span { border-color: rgb(174,145,255); }
td.TdClassName
{
border-color: #AE91FF;
}
.TagClassName
{
border-color: #AE91FF;
}
</style>