Shades of Biloba Flower #AE8FDD
Tints of Biloba Flower #AE8FDD
RGB
CMYK
RGB Variations
Color information
#AE8FDD (or 0xAE8FDD) is known color: Biloba Flower. HEX triplet: AE, 8F and DD. RGB value is (174,143,221). Sum of RGB (Red+Green+Blue) = 174+143+221=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE8FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8FDD is #517022. Grayscale: #A0A0A0. Windows color (decimal): -5337123 or 14520238. OLE color: 14520238.
HSL color Cylindrical-coordinate representation of color #AE8FDD: hue angle of 263.85º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE8FDD is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 143 | 221 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.13 |
| HSL | 263.85º | 0.53% | 0.71% | - |
| HSV(B) | 263.85º | 0.35% | 0.87% | - |
| XYZ | 40.33 | 33.86 | 72.82 | - |
| YUV | 161.16 | 161.77 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 221 | 0.21 | 0.35 | 0 | 0.13 | 263.85 | 0.53 | 0.71 |
| Hex | AE | 8F | DD | 15 | 23 | 0 | D | 108 | 35 | 47 |
| Octal | 256 | 217 | 335 | 25 | 43 | 0 | 15 | 410 | 65 | 107 |
| Binary | 10101110 | 10001111 | 11011101 | 10101 | 100011 | 0 | 1101 | 100001000 | 110101 | 1000111 |
Color Harmonies of #AE8FDD
Complementary color
Monochromatic Colors of #AE8FDD
Black with #AE8FDD
Text Example
Text Example
White with #AE8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8FDD; }
p { color: rgb(174,143,221); }
H1.HeaderClassName
{
color: #AE8FDD;
}
.AnyTagClassName
{
color: #AE8FDD;
}
</style>
background-color css
<style>
a { background-color: #AE8FDD; }
a { background-color: rgb(174,143,221); }
div.DivClassName
{
background-color: #AE8FDD;
}
.BgClassName
{
background-color: #AE8FDD;
}
</style>
border-color css
<style>
span { border-color: #AE8FDD; }
span { border-color: rgb(174,143,221); }
td.TdClassName
{
border-color: #AE8FDD;
}
.TagClassName
{
border-color: #AE8FDD;
}
</style>