Shades of Biloba Flower #AE9DEA
Tints of Biloba Flower #AE9DEA
RGB
CMYK
RGB Variations
Color information
#AE9DEA (or 0xAE9DEA) is known color: Biloba Flower. HEX triplet: AE, 9D and EA. RGB value is (174,157,234). Sum of RGB (Red+Green+Blue) = 174+157+234=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE9DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9DEA is #516215. Grayscale: #AAAAAA. Windows color (decimal): -5333526 or 15375790. OLE color: 15375790.
HSL color Cylindrical-coordinate representation of color #AE9DEA: hue angle of 253.25º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE9DEA is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 157 | 234 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.08 |
| HSL | 253.25º | 0.65% | 0.77% | - |
| HSV(B) | 253.25º | 0.33% | 0.92% | - |
| XYZ | 44.36 | 39.05 | 83.04 | - |
| YUV | 170.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 157 | 234 | 0.26 | 0.33 | 0 | 0.08 | 253.25 | 0.65 | 0.77 |
| Hex | AE | 9D | EA | 1A | 21 | 0 | 8 | FD | 41 | 4D |
| Octal | 256 | 235 | 352 | 32 | 41 | 0 | 10 | 375 | 101 | 115 |
| Binary | 10101110 | 10011101 | 11101010 | 11010 | 100001 | 0 | 1000 | 11111101 | 1000001 | 1001101 |
Color Harmonies of #AE9DEA
Complementary color
Monochromatic Colors of #AE9DEA
Black with #AE9DEA
Text Example
Text Example
White with #AE9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9DEA; }
p { color: rgb(174,157,234); }
H1.HeaderClassName
{
color: #AE9DEA;
}
.AnyTagClassName
{
color: #AE9DEA;
}
</style>
background-color css
<style>
a { background-color: #AE9DEA; }
a { background-color: rgb(174,157,234); }
div.DivClassName
{
background-color: #AE9DEA;
}
.BgClassName
{
background-color: #AE9DEA;
}
</style>
border-color css
<style>
span { border-color: #AE9DEA; }
span { border-color: rgb(174,157,234); }
td.TdClassName
{
border-color: #AE9DEA;
}
.TagClassName
{
border-color: #AE9DEA;
}
</style>