Shades of Biloba Flower #AE84F3
Tints of Biloba Flower #AE84F3
RGB
CMYK
RGB Variations
Color information
#AE84F3 (or 0xAE84F3) is known color: Biloba Flower. HEX triplet: AE, 84 and F3. RGB value is (174,132,243). Sum of RGB (Red+Green+Blue) = 174+132+243=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #AE84F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE84F3 is #517B0C. Grayscale: #9C9C9C. Windows color (decimal): -5339917 or 15959214. OLE color: 15959214.
HSL color Cylindrical-coordinate representation of color #AE84F3: hue angle of 262.7º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE84F3 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 132 | 243 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.05 |
| HSL | 262.7º | 0.82% | 0.74% | - |
| HSV(B) | 262.7º | 0.46% | 0.95% | - |
| XYZ | 41.88 | 31.97 | 88.76 | - |
| YUV | 157.21 | 176.41 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 132 | 243 | 0.28 | 0.46 | 0 | 0.05 | 262.7 | 0.82 | 0.74 |
| Hex | AE | 84 | F3 | 1C | 2E | 0 | 5 | 107 | 52 | 4A |
| Octal | 256 | 204 | 363 | 34 | 56 | 0 | 5 | 407 | 122 | 112 |
| Binary | 10101110 | 10000100 | 11110011 | 11100 | 101110 | 0 | 101 | 100000111 | 1010010 | 1001010 |
Color Harmonies of #AE84F3
Complementary color
Monochromatic Colors of #AE84F3
Black with #AE84F3
Text Example
Text Example
White with #AE84F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE84F3; }
p { color: rgb(174,132,243); }
H1.HeaderClassName
{
color: #AE84F3;
}
.AnyTagClassName
{
color: #AE84F3;
}
</style>
background-color css
<style>
a { background-color: #AE84F3; }
a { background-color: rgb(174,132,243); }
div.DivClassName
{
background-color: #AE84F3;
}
.BgClassName
{
background-color: #AE84F3;
}
</style>
border-color css
<style>
span { border-color: #AE84F3; }
span { border-color: rgb(174,132,243); }
td.TdClassName
{
border-color: #AE84F3;
}
.TagClassName
{
border-color: #AE84F3;
}
</style>