Shades of Biloba Flower #AD89EE
Tints of Biloba Flower #AD89EE
RGB
CMYK
RGB Variations
Color information
#AD89EE (or 0xAD89EE) is known color: Biloba Flower. HEX triplet: AD, 89 and EE. RGB value is (173,137,238). Sum of RGB (Red+Green+Blue) = 173+137+238=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD89EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD89EE is #527611. Grayscale: #9E9E9E. Windows color (decimal): -5404178 or 15632813. OLE color: 15632813.
HSL color Cylindrical-coordinate representation of color #AD89EE: hue angle of 261.39º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD89EE is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 137 | 238 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.07 |
| HSL | 261.39º | 0.75% | 0.74% | - |
| HSV(B) | 261.39º | 0.42% | 0.93% | - |
| XYZ | 41.61 | 32.95 | 85.06 | - |
| YUV | 159.28 | 172.43 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 238 | 0.27 | 0.42 | 0 | 0.07 | 261.39 | 0.75 | 0.74 |
| Hex | AD | 89 | EE | 1B | 2A | 0 | 7 | 105 | 4B | 4A |
| Octal | 255 | 211 | 356 | 33 | 52 | 0 | 7 | 405 | 113 | 112 |
| Binary | 10101101 | 10001001 | 11101110 | 11011 | 101010 | 0 | 111 | 100000101 | 1001011 | 1001010 |
Color Harmonies of #AD89EE
Complementary color
Monochromatic Colors of #AD89EE
Black with #AD89EE
Text Example
Text Example
White with #AD89EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD89EE; }
p { color: rgb(173,137,238); }
H1.HeaderClassName
{
color: #AD89EE;
}
.AnyTagClassName
{
color: #AD89EE;
}
</style>
background-color css
<style>
a { background-color: #AD89EE; }
a { background-color: rgb(173,137,238); }
div.DivClassName
{
background-color: #AD89EE;
}
.BgClassName
{
background-color: #AD89EE;
}
</style>
border-color css
<style>
span { border-color: #AD89EE; }
span { border-color: rgb(173,137,238); }
td.TdClassName
{
border-color: #AD89EE;
}
.TagClassName
{
border-color: #AD89EE;
}
</style>