Shades of Biloba Flower #AE8FE5
Tints of Biloba Flower #AE8FE5
RGB
CMYK
RGB Variations
Color information
#AE8FE5 (or 0xAE8FE5) is known color: Biloba Flower. HEX triplet: AE, 8F and E5. RGB value is (174,143,229). Sum of RGB (Red+Green+Blue) = 174+143+229=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE8FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8FE5 is #51701A. Grayscale: #A1A1A1. Windows color (decimal): -5337115 or 15044526. OLE color: 15044526.
HSL color Cylindrical-coordinate representation of color #AE8FE5: hue angle of 261.63º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE8FE5 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 143 | 229 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.10 |
| HSL | 261.63º | 0.62% | 0.73% | - |
| HSV(B) | 261.63º | 0.38% | 0.9% | - |
| XYZ | 41.42 | 34.3 | 78.57 | - |
| YUV | 162.07 | 165.77 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 229 | 0.24 | 0.38 | 0 | 0.10 | 261.63 | 0.62 | 0.73 |
| Hex | AE | 8F | E5 | 18 | 26 | 0 | A | 106 | 3E | 49 |
| Octal | 256 | 217 | 345 | 30 | 46 | 0 | 12 | 406 | 76 | 111 |
| Binary | 10101110 | 10001111 | 11100101 | 11000 | 100110 | 0 | 1010 | 100000110 | 111110 | 1001001 |
Color Harmonies of #AE8FE5
Complementary color
Monochromatic Colors of #AE8FE5
Black with #AE8FE5
Text Example
Text Example
White with #AE8FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8FE5; }
p { color: rgb(174,143,229); }
H1.HeaderClassName
{
color: #AE8FE5;
}
.AnyTagClassName
{
color: #AE8FE5;
}
</style>
background-color css
<style>
a { background-color: #AE8FE5; }
a { background-color: rgb(174,143,229); }
div.DivClassName
{
background-color: #AE8FE5;
}
.BgClassName
{
background-color: #AE8FE5;
}
</style>
border-color css
<style>
span { border-color: #AE8FE5; }
span { border-color: rgb(174,143,229); }
td.TdClassName
{
border-color: #AE8FE5;
}
.TagClassName
{
border-color: #AE8FE5;
}
</style>