Shades of Biloba Flower #AE97DE
Tints of Biloba Flower #AE97DE
RGB
CMYK
RGB Variations
Color information
#AE97DE (or 0xAE97DE) is known color: Biloba Flower. HEX triplet: AE, 97 and DE. RGB value is (174,151,222). Sum of RGB (Red+Green+Blue) = 174+151+222=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE97DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE97DE is #516821. Grayscale: #A5A5A5. Windows color (decimal): -5335074 or 14587822. OLE color: 14587822.
HSL color Cylindrical-coordinate representation of color #AE97DE: hue angle of 259.44º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE97DE is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 151 | 222 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.13 |
| HSL | 259.44º | 0.52% | 0.73% | - |
| HSV(B) | 259.44º | 0.32% | 0.87% | - |
| XYZ | 41.71 | 36.41 | 73.94 | - |
| YUV | 165.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 151 | 222 | 0.22 | 0.32 | 0 | 0.13 | 259.44 | 0.52 | 0.73 |
| Hex | AE | 97 | DE | 16 | 20 | 0 | D | 103 | 34 | 49 |
| Octal | 256 | 227 | 336 | 26 | 40 | 0 | 15 | 403 | 64 | 111 |
| Binary | 10101110 | 10010111 | 11011110 | 10110 | 100000 | 0 | 1101 | 100000011 | 110100 | 1001001 |
Color Harmonies of #AE97DE
Complementary color
Monochromatic Colors of #AE97DE
Black with #AE97DE
Text Example
Text Example
White with #AE97DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE97DE; }
p { color: rgb(174,151,222); }
H1.HeaderClassName
{
color: #AE97DE;
}
.AnyTagClassName
{
color: #AE97DE;
}
</style>
background-color css
<style>
a { background-color: #AE97DE; }
a { background-color: rgb(174,151,222); }
div.DivClassName
{
background-color: #AE97DE;
}
.BgClassName
{
background-color: #AE97DE;
}
</style>
border-color css
<style>
span { border-color: #AE97DE; }
span { border-color: rgb(174,151,222); }
td.TdClassName
{
border-color: #AE97DE;
}
.TagClassName
{
border-color: #AE97DE;
}
</style>