Shades of Biloba Flower #ADA1EC
Tints of Biloba Flower #ADA1EC
RGB
CMYK
RGB Variations
Color information
#ADA1EC (or 0xADA1EC) is known color: Biloba Flower. HEX triplet: AD, A1 and EC. RGB value is (173,161,236). Sum of RGB (Red+Green+Blue) = 173+161+236=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADA1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA1EC is #525E13. Grayscale: #ACACAC. Windows color (decimal): -5398036 or 15507885. OLE color: 15507885.
HSL color Cylindrical-coordinate representation of color #ADA1EC: hue angle of 249.6º degrees, saturation: 0.66, 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 #ADA1EC is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 161 | 236 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.07 |
| HSL | 249.6º | 0.66% | 0.78% | - |
| HSV(B) | 249.6º | 0.32% | 0.93% | - |
| XYZ | 45.12 | 40.43 | 84.78 | - |
| YUV | 173.14 | 163.48 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 236 | 0.27 | 0.32 | 0 | 0.07 | 249.6 | 0.66 | 0.78 |
| Hex | AD | A1 | EC | 1B | 20 | 0 | 7 | FA | 42 | 4E |
| Octal | 255 | 241 | 354 | 33 | 40 | 0 | 7 | 372 | 102 | 116 |
| Binary | 10101101 | 10100001 | 11101100 | 11011 | 100000 | 0 | 111 | 11111010 | 1000010 | 1001110 |
Color Harmonies of #ADA1EC
Complementary color
Monochromatic Colors of #ADA1EC
Black with #ADA1EC
Text Example
Text Example
White with #ADA1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA1EC; }
p { color: rgb(173,161,236); }
H1.HeaderClassName
{
color: #ADA1EC;
}
.AnyTagClassName
{
color: #ADA1EC;
}
</style>
background-color css
<style>
a { background-color: #ADA1EC; }
a { background-color: rgb(173,161,236); }
div.DivClassName
{
background-color: #ADA1EC;
}
.BgClassName
{
background-color: #ADA1EC;
}
</style>
border-color css
<style>
span { border-color: #ADA1EC; }
span { border-color: rgb(173,161,236); }
td.TdClassName
{
border-color: #ADA1EC;
}
.TagClassName
{
border-color: #ADA1EC;
}
</style>