Shades of Biloba Flower #AE8CDD
Tints of Biloba Flower #AE8CDD
RGB
CMYK
RGB Variations
Color information
#AE8CDD (or 0xAE8CDD) is known color: Biloba Flower. HEX triplet: AE, 8C and DD. RGB value is (174,140,221). Sum of RGB (Red+Green+Blue) = 174+140+221=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE8CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8CDD is #517322. Grayscale: #9F9F9F. Windows color (decimal): -5337891 or 14519470. OLE color: 14519470.
HSL color Cylindrical-coordinate representation of color #AE8CDD: hue angle of 265.19º degrees, saturation: 0.54, 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 #AE8CDD is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 140 | 221 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.13 |
| HSL | 265.19º | 0.54% | 0.71% | - |
| HSV(B) | 265.19º | 0.37% | 0.87% | - |
| XYZ | 39.88 | 32.98 | 72.67 | - |
| YUV | 159.4 | 162.76 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 221 | 0.21 | 0.37 | 0 | 0.13 | 265.19 | 0.54 | 0.71 |
| Hex | AE | 8C | DD | 15 | 25 | 0 | D | 109 | 36 | 47 |
| Octal | 256 | 214 | 335 | 25 | 45 | 0 | 15 | 411 | 66 | 107 |
| Binary | 10101110 | 10001100 | 11011101 | 10101 | 100101 | 0 | 1101 | 100001001 | 110110 | 1000111 |
Color Harmonies of #AE8CDD
Complementary color
Monochromatic Colors of #AE8CDD
Black with #AE8CDD
Text Example
Text Example
White with #AE8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8CDD; }
p { color: rgb(174,140,221); }
H1.HeaderClassName
{
color: #AE8CDD;
}
.AnyTagClassName
{
color: #AE8CDD;
}
</style>
background-color css
<style>
a { background-color: #AE8CDD; }
a { background-color: rgb(174,140,221); }
div.DivClassName
{
background-color: #AE8CDD;
}
.BgClassName
{
background-color: #AE8CDD;
}
</style>
border-color css
<style>
span { border-color: #AE8CDD; }
span { border-color: rgb(174,140,221); }
td.TdClassName
{
border-color: #AE8CDD;
}
.TagClassName
{
border-color: #AE8CDD;
}
</style>