Shades of Biloba Flower #AE8CDF
Tints of Biloba Flower #AE8CDF
RGB
CMYK
RGB Variations
Color information
#AE8CDF (or 0xAE8CDF) is known color: Biloba Flower. HEX triplet: AE, 8C and DF. RGB value is (174,140,223). Sum of RGB (Red+Green+Blue) = 174+140+223=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE8CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8CDF is #517320. Grayscale: #9F9F9F. Windows color (decimal): -5337889 or 14650542. OLE color: 14650542.
HSL color Cylindrical-coordinate representation of color #AE8CDF: hue angle of 264.58º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE8CDF is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 140 | 223 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.13 |
| HSL | 264.58º | 0.56% | 0.71% | - |
| HSV(B) | 264.58º | 0.37% | 0.87% | - |
| XYZ | 40.15 | 33.08 | 74.08 | - |
| YUV | 159.63 | 163.76 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 223 | 0.22 | 0.37 | 0 | 0.13 | 264.58 | 0.56 | 0.71 |
| Hex | AE | 8C | DF | 16 | 25 | 0 | D | 109 | 38 | 47 |
| Octal | 256 | 214 | 337 | 26 | 45 | 0 | 15 | 411 | 70 | 107 |
| Binary | 10101110 | 10001100 | 11011111 | 10110 | 100101 | 0 | 1101 | 100001001 | 111000 | 1000111 |
Color Harmonies of #AE8CDF
Complementary color
Monochromatic Colors of #AE8CDF
Black with #AE8CDF
Text Example
Text Example
White with #AE8CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8CDF; }
p { color: rgb(174,140,223); }
H1.HeaderClassName
{
color: #AE8CDF;
}
.AnyTagClassName
{
color: #AE8CDF;
}
</style>
background-color css
<style>
a { background-color: #AE8CDF; }
a { background-color: rgb(174,140,223); }
div.DivClassName
{
background-color: #AE8CDF;
}
.BgClassName
{
background-color: #AE8CDF;
}
</style>
border-color css
<style>
span { border-color: #AE8CDF; }
span { border-color: rgb(174,140,223); }
td.TdClassName
{
border-color: #AE8CDF;
}
.TagClassName
{
border-color: #AE8CDF;
}
</style>