Shades of Biloba Flower #ADA0EC
Tints of Biloba Flower #ADA0EC
RGB
CMYK
RGB Variations
Color information
#ADA0EC (or 0xADA0EC) is known color: Biloba Flower. HEX triplet: AD, A0 and EC. RGB value is (173,160,236). Sum of RGB (Red+Green+Blue) = 173+160+236=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADA0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA0EC is #525F13. Grayscale: #ACACAC. Windows color (decimal): -5398292 or 15507629. OLE color: 15507629.
HSL color Cylindrical-coordinate representation of color #ADA0EC: hue angle of 250.26º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADA0EC is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 160 | 236 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.07 |
| HSL | 250.26º | 0.67% | 0.78% | - |
| HSV(B) | 250.26º | 0.32% | 0.93% | - |
| XYZ | 44.94 | 40.08 | 84.72 | - |
| YUV | 172.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 236 | 0.27 | 0.32 | 0 | 0.07 | 250.26 | 0.67 | 0.78 |
| Hex | AD | A0 | EC | 1B | 20 | 0 | 7 | FA | 43 | 4E |
| Octal | 255 | 240 | 354 | 33 | 40 | 0 | 7 | 372 | 103 | 116 |
| Binary | 10101101 | 10100000 | 11101100 | 11011 | 100000 | 0 | 111 | 11111010 | 1000011 | 1001110 |
Color Harmonies of #ADA0EC
Complementary color
Monochromatic Colors of #ADA0EC
Black with #ADA0EC
Text Example
Text Example
White with #ADA0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA0EC; }
p { color: rgb(173,160,236); }
H1.HeaderClassName
{
color: #ADA0EC;
}
.AnyTagClassName
{
color: #ADA0EC;
}
</style>
background-color css
<style>
a { background-color: #ADA0EC; }
a { background-color: rgb(173,160,236); }
div.DivClassName
{
background-color: #ADA0EC;
}
.BgClassName
{
background-color: #ADA0EC;
}
</style>
border-color css
<style>
span { border-color: #ADA0EC; }
span { border-color: rgb(173,160,236); }
td.TdClassName
{
border-color: #ADA0EC;
}
.TagClassName
{
border-color: #ADA0EC;
}
</style>