Shades of Biloba Flower #AE7FDD
Tints of Biloba Flower #AE7FDD
RGB
CMYK
RGB Variations
Color information
#AE7FDD (or 0xAE7FDD) is known color: Biloba Flower. HEX triplet: AE, 7F and DD. RGB value is (174,127,221). Sum of RGB (Red+Green+Blue) = 174+127+221=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE7FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7FDD is #518022. Grayscale: #979797. Windows color (decimal): -5341219 or 14516142. OLE color: 14516142.
HSL color Cylindrical-coordinate representation of color #AE7FDD: hue angle of 270º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE7FDD is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 127 | 221 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.13 |
| HSL | 270º | 0.58% | 0.68% | - |
| HSV(B) | 270º | 0.43% | 0.87% | - |
| XYZ | 38.1 | 29.4 | 72.07 | - |
| YUV | 151.77 | 167.07 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 127 | 221 | 0.21 | 0.43 | 0 | 0.13 | 270 | 0.58 | 0.68 |
| Hex | AE | 7F | DD | 15 | 2B | 0 | D | 10E | 3A | 44 |
| Octal | 256 | 177 | 335 | 25 | 53 | 0 | 15 | 416 | 72 | 104 |
| Binary | 10101110 | 1111111 | 11011101 | 10101 | 101011 | 0 | 1101 | 100001110 | 111010 | 1000100 |
Color Harmonies of #AE7FDD
Complementary color
Monochromatic Colors of #AE7FDD
Black with #AE7FDD
Text Example
Text Example
White with #AE7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7FDD; }
p { color: rgb(174,127,221); }
H1.HeaderClassName
{
color: #AE7FDD;
}
.AnyTagClassName
{
color: #AE7FDD;
}
</style>
background-color css
<style>
a { background-color: #AE7FDD; }
a { background-color: rgb(174,127,221); }
div.DivClassName
{
background-color: #AE7FDD;
}
.BgClassName
{
background-color: #AE7FDD;
}
</style>
border-color css
<style>
span { border-color: #AE7FDD; }
span { border-color: rgb(174,127,221); }
td.TdClassName
{
border-color: #AE7FDD;
}
.TagClassName
{
border-color: #AE7FDD;
}
</style>