Shades of Biloba Flower #ADA1ED
Tints of Biloba Flower #ADA1ED
RGB
CMYK
RGB Variations
Color information
#ADA1ED (or 0xADA1ED) is known color: Biloba Flower. HEX triplet: AD, A1 and ED. RGB value is (173,161,237). Sum of RGB (Red+Green+Blue) = 173+161+237=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 161 (63.28% from 255 or 28.20% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADA1ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA1ED is #525E12. Grayscale: #ACACAC. Windows color (decimal): -5398035 or 15573421. OLE color: 15573421.
HSL color Cylindrical-coordinate representation of color #ADA1ED: hue angle of 249.47º degrees, saturation: 0.68, 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 #ADA1ED is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 161 | 237 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.07 |
| HSL | 249.47º | 0.68% | 0.78% | - |
| HSV(B) | 249.47º | 0.32% | 0.93% | - |
| XYZ | 45.26 | 40.49 | 85.55 | - |
| YUV | 173.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 237 | 0.27 | 0.32 | 0 | 0.07 | 249.47 | 0.68 | 0.78 |
| Hex | AD | A1 | ED | 1B | 20 | 0 | 7 | F9 | 44 | 4E |
| Octal | 255 | 241 | 355 | 33 | 40 | 0 | 7 | 371 | 104 | 116 |
| Binary | 10101101 | 10100001 | 11101101 | 11011 | 100000 | 0 | 111 | 11111001 | 1000100 | 1001110 |
Color Harmonies of #ADA1ED
Complementary color
Monochromatic Colors of #ADA1ED
Black with #ADA1ED
Text Example
Text Example
White with #ADA1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA1ED; }
p { color: rgb(173,161,237); }
H1.HeaderClassName
{
color: #ADA1ED;
}
.AnyTagClassName
{
color: #ADA1ED;
}
</style>
background-color css
<style>
a { background-color: #ADA1ED; }
a { background-color: rgb(173,161,237); }
div.DivClassName
{
background-color: #ADA1ED;
}
.BgClassName
{
background-color: #ADA1ED;
}
</style>
border-color css
<style>
span { border-color: #ADA1ED; }
span { border-color: rgb(173,161,237); }
td.TdClassName
{
border-color: #ADA1ED;
}
.TagClassName
{
border-color: #ADA1ED;
}
</style>