Shades of Biloba Flower #AE93D3
Tints of Biloba Flower #AE93D3
RGB
CMYK
RGB Variations
Color information
#AE93D3 (or 0xAE93D3) is known color: Biloba Flower. HEX triplet: AE, 93 and D3. RGB value is (174,147,211). Sum of RGB (Red+Green+Blue) = 174+147+211=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 211 (82.81% from 255 or 39.66% from 532); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE93D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE93D3 is #516C2C. Grayscale: #A2A2A2. Windows color (decimal): -5336109 or 13865902. OLE color: 13865902.
HSL color Cylindrical-coordinate representation of color #AE93D3: hue angle of 265.31º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE93D3 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 147 | 211 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.17 |
| HSL | 265.31º | 0.42% | 0.7% | - |
| HSV(B) | 265.31º | 0.3% | 0.83% | - |
| XYZ | 39.65 | 34.57 | 66.21 | - |
| YUV | 162.37 | 155.45 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 147 | 211 | 0.18 | 0.30 | 0 | 0.17 | 265.31 | 0.42 | 0.7 |
| Hex | AE | 93 | D3 | 12 | 1E | 0 | 11 | 109 | 2A | 46 |
| Octal | 256 | 223 | 323 | 22 | 36 | 0 | 21 | 411 | 52 | 106 |
| Binary | 10101110 | 10010011 | 11010011 | 10010 | 11110 | 0 | 10001 | 100001001 | 101010 | 1000110 |
Color Harmonies of #AE93D3
Complementary color
Monochromatic Colors of #AE93D3
Black with #AE93D3
Text Example
Text Example
White with #AE93D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE93D3; }
p { color: rgb(174,147,211); }
H1.HeaderClassName
{
color: #AE93D3;
}
.AnyTagClassName
{
color: #AE93D3;
}
</style>
background-color css
<style>
a { background-color: #AE93D3; }
a { background-color: rgb(174,147,211); }
div.DivClassName
{
background-color: #AE93D3;
}
.BgClassName
{
background-color: #AE93D3;
}
</style>
border-color css
<style>
span { border-color: #AE93D3; }
span { border-color: rgb(174,147,211); }
td.TdClassName
{
border-color: #AE93D3;
}
.TagClassName
{
border-color: #AE93D3;
}
</style>