Shades of Biloba Flower #AD88EE
Tints of Biloba Flower #AD88EE
RGB
CMYK
RGB Variations
Color information
#AD88EE (or 0xAD88EE) is known color: Biloba Flower. HEX triplet: AD, 88 and EE. RGB value is (173,136,238). Sum of RGB (Red+Green+Blue) = 173+136+238=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD88EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD88EE is #527711. Grayscale: #9E9E9E. Windows color (decimal): -5404434 or 15632557. OLE color: 15632557.
HSL color Cylindrical-coordinate representation of color #AD88EE: hue angle of 261.76º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD88EE is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 136 | 238 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.07 |
| HSL | 261.76º | 0.75% | 0.73% | - |
| HSV(B) | 261.76º | 0.43% | 0.93% | - |
| XYZ | 41.47 | 32.67 | 85.01 | - |
| YUV | 158.69 | 172.76 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 238 | 0.27 | 0.43 | 0 | 0.07 | 261.76 | 0.75 | 0.73 |
| Hex | AD | 88 | EE | 1B | 2B | 0 | 7 | 106 | 4B | 49 |
| Octal | 255 | 210 | 356 | 33 | 53 | 0 | 7 | 406 | 113 | 111 |
| Binary | 10101101 | 10001000 | 11101110 | 11011 | 101011 | 0 | 111 | 100000110 | 1001011 | 1001001 |
Color Harmonies of #AD88EE
Complementary color
Monochromatic Colors of #AD88EE
Black with #AD88EE
Text Example
Text Example
White with #AD88EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88EE; }
p { color: rgb(173,136,238); }
H1.HeaderClassName
{
color: #AD88EE;
}
.AnyTagClassName
{
color: #AD88EE;
}
</style>
background-color css
<style>
a { background-color: #AD88EE; }
a { background-color: rgb(173,136,238); }
div.DivClassName
{
background-color: #AD88EE;
}
.BgClassName
{
background-color: #AD88EE;
}
</style>
border-color css
<style>
span { border-color: #AD88EE; }
span { border-color: rgb(173,136,238); }
td.TdClassName
{
border-color: #AD88EE;
}
.TagClassName
{
border-color: #AD88EE;
}
</style>