Shades of Biloba Flower #ADA0EF
Tints of Biloba Flower #ADA0EF
RGB
CMYK
RGB Variations
Color information
#ADA0EF (or 0xADA0EF) is known color: Biloba Flower. HEX triplet: AD, A0 and EF. RGB value is (173,160,239). Sum of RGB (Red+Green+Blue) = 173+160+239=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADA0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA0EF is #525F10. Grayscale: #ACACAC. Windows color (decimal): -5398289 or 15704237. OLE color: 15704237.
HSL color Cylindrical-coordinate representation of color #ADA0EF: hue angle of 249.87º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADA0EF is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 160 | 239 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.06 |
| HSL | 249.87º | 0.71% | 0.78% | - |
| HSV(B) | 249.87º | 0.33% | 0.94% | - |
| XYZ | 45.38 | 40.26 | 87.04 | - |
| YUV | 172.89 | 165.31 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 239 | 0.28 | 0.33 | 0 | 0.06 | 249.87 | 0.71 | 0.78 |
| Hex | AD | A0 | EF | 1C | 21 | 0 | 6 | FA | 47 | 4E |
| Octal | 255 | 240 | 357 | 34 | 41 | 0 | 6 | 372 | 107 | 116 |
| Binary | 10101101 | 10100000 | 11101111 | 11100 | 100001 | 0 | 110 | 11111010 | 1000111 | 1001110 |
Color Harmonies of #ADA0EF
Complementary color
Monochromatic Colors of #ADA0EF
Black with #ADA0EF
Text Example
Text Example
White with #ADA0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA0EF; }
p { color: rgb(173,160,239); }
H1.HeaderClassName
{
color: #ADA0EF;
}
.AnyTagClassName
{
color: #ADA0EF;
}
</style>
background-color css
<style>
a { background-color: #ADA0EF; }
a { background-color: rgb(173,160,239); }
div.DivClassName
{
background-color: #ADA0EF;
}
.BgClassName
{
background-color: #ADA0EF;
}
</style>
border-color css
<style>
span { border-color: #ADA0EF; }
span { border-color: rgb(173,160,239); }
td.TdClassName
{
border-color: #ADA0EF;
}
.TagClassName
{
border-color: #ADA0EF;
}
</style>