Shades of Biloba Flower #AE8FE6
Tints of Biloba Flower #AE8FE6
RGB
CMYK
RGB Variations
Color information
#AE8FE6 (or 0xAE8FE6) is known color: Biloba Flower. HEX triplet: AE, 8F and E6. RGB value is (174,143,230). Sum of RGB (Red+Green+Blue) = 174+143+230=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE8FE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8FE6 is #517019. Grayscale: #A1A1A1. Windows color (decimal): -5337114 or 15110062. OLE color: 15110062.
HSL color Cylindrical-coordinate representation of color #AE8FE6: hue angle of 261.38º degrees, saturation: 0.64, 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 #AE8FE6 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 143 | 230 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.10 |
| HSL | 261.38º | 0.64% | 0.73% | - |
| HSV(B) | 261.38º | 0.38% | 0.9% | - |
| XYZ | 41.56 | 34.36 | 79.3 | - |
| YUV | 162.19 | 166.27 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 230 | 0.24 | 0.38 | 0 | 0.10 | 261.38 | 0.64 | 0.73 |
| Hex | AE | 8F | E6 | 18 | 26 | 0 | A | 105 | 40 | 49 |
| Octal | 256 | 217 | 346 | 30 | 46 | 0 | 12 | 405 | 100 | 111 |
| Binary | 10101110 | 10001111 | 11100110 | 11000 | 100110 | 0 | 1010 | 100000101 | 1000000 | 1001001 |
Color Harmonies of #AE8FE6
Complementary color
Monochromatic Colors of #AE8FE6
Black with #AE8FE6
Text Example
Text Example
White with #AE8FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8FE6; }
p { color: rgb(174,143,230); }
H1.HeaderClassName
{
color: #AE8FE6;
}
.AnyTagClassName
{
color: #AE8FE6;
}
</style>
background-color css
<style>
a { background-color: #AE8FE6; }
a { background-color: rgb(174,143,230); }
div.DivClassName
{
background-color: #AE8FE6;
}
.BgClassName
{
background-color: #AE8FE6;
}
</style>
border-color css
<style>
span { border-color: #AE8FE6; }
span { border-color: rgb(174,143,230); }
td.TdClassName
{
border-color: #AE8FE6;
}
.TagClassName
{
border-color: #AE8FE6;
}
</style>