Shades of Biloba Flower #AD89FE
Tints of Biloba Flower #AD89FE
RGB
CMYK
RGB Variations
Color information
#AD89FE (or 0xAD89FE) is known color: Biloba Flower. HEX triplet: AD, 89 and FE. RGB value is (173,137,254). Sum of RGB (Red+Green+Blue) = 173+137+254=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD89FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD89FE is #527601. Grayscale: #A0A0A0. Windows color (decimal): -5404162 or 16681389. OLE color: 16681389.
HSL color Cylindrical-coordinate representation of color #AD89FE: hue angle of 258.46º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD89FE is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 137 | 254 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.00 |
| HSL | 258.46º | 0.98% | 0.77% | - |
| HSV(B) | 258.46º | 0.46% | 1% | - |
| XYZ | 44.07 | 33.93 | 97.99 | - |
| YUV | 161.1 | 180.43 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 254 | 0.32 | 0.46 | 0 | 0.00 | 258.46 | 0.98 | 0.77 |
| Hex | AD | 89 | FE | 20 | 2E | 0 | 0 | 102 | 62 | 4D |
| Octal | 255 | 211 | 376 | 40 | 56 | 0 | 0 | 402 | 142 | 115 |
| Binary | 10101101 | 10001001 | 11111110 | 100000 | 101110 | 0 | 0 | 100000010 | 1100010 | 1001101 |
Color Harmonies of #AD89FE
Complementary color
Monochromatic Colors of #AD89FE
Black with #AD89FE
Text Example
Text Example
White with #AD89FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD89FE; }
p { color: rgb(173,137,254); }
H1.HeaderClassName
{
color: #AD89FE;
}
.AnyTagClassName
{
color: #AD89FE;
}
</style>
background-color css
<style>
a { background-color: #AD89FE; }
a { background-color: rgb(173,137,254); }
div.DivClassName
{
background-color: #AD89FE;
}
.BgClassName
{
background-color: #AD89FE;
}
</style>
border-color css
<style>
span { border-color: #AD89FE; }
span { border-color: rgb(173,137,254); }
td.TdClassName
{
border-color: #AD89FE;
}
.TagClassName
{
border-color: #AD89FE;
}
</style>