Shades of Biloba Flower #AD89FF
Tints of Biloba Flower #AD89FF
RGB
CMYK
RGB Variations
Color information
#AD89FF (or 0xAD89FF) is known color: Biloba Flower. HEX triplet: AD, 89 and FF. RGB value is (173,137,255). Sum of RGB (Red+Green+Blue) = 173+137+255=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD89FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD89FF is #527600. Grayscale: #A0A0A0. Windows color (decimal): -5404161 or 16746925. OLE color: 16746925.
HSL color Cylindrical-coordinate representation of color #AD89FF: hue angle of 258.31º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD89FF is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 137 | 255 | - |
| CMYK | 0.32 | 0.46 | 0 | 0 |
| HSL | 258.31º | 1% | 0.77% | - |
| HSV(B) | 258.31º | 0.46% | 1% | - |
| XYZ | 44.23 | 34 | 98.84 | - |
| YUV | 161.22 | 180.93 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 255 | 0.32 | 0.46 | 0 | 0 | 258.31 | 1 | 0.77 |
| Hex | AD | 89 | FF | 20 | 2E | 0 | 0 | 102 | 64 | 4D |
| Octal | 255 | 211 | 377 | 40 | 56 | 0 | 0 | 402 | 144 | 115 |
| Binary | 10101101 | 10001001 | 11111111 | 100000 | 101110 | 0 | 0 | 100000010 | 1100100 | 1001101 |
Color Harmonies of #AD89FF
Complementary color
Monochromatic Colors of #AD89FF
Black with #AD89FF
Text Example
Text Example
White with #AD89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD89FF; }
p { color: rgb(173,137,255); }
H1.HeaderClassName
{
color: #AD89FF;
}
.AnyTagClassName
{
color: #AD89FF;
}
</style>
background-color css
<style>
a { background-color: #AD89FF; }
a { background-color: rgb(173,137,255); }
div.DivClassName
{
background-color: #AD89FF;
}
.BgClassName
{
background-color: #AD89FF;
}
</style>
border-color css
<style>
span { border-color: #AD89FF; }
span { border-color: rgb(173,137,255); }
td.TdClassName
{
border-color: #AD89FF;
}
.TagClassName
{
border-color: #AD89FF;
}
</style>