Shades of Biloba Flower #ADA1EA
Tints of Biloba Flower #ADA1EA
RGB
CMYK
RGB Variations
Color information
#ADA1EA (or 0xADA1EA) is known color: Biloba Flower. HEX triplet: AD, A1 and EA. RGB value is (173,161,234). Sum of RGB (Red+Green+Blue) = 173+161+234=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADA1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA1EA is #525E15. Grayscale: #ACACAC. Windows color (decimal): -5398038 or 15376813. OLE color: 15376813.
HSL color Cylindrical-coordinate representation of color #ADA1EA: hue angle of 249.86º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADA1EA is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 161 | 234 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.08 |
| HSL | 249.86º | 0.63% | 0.77% | - |
| HSV(B) | 249.86º | 0.31% | 0.92% | - |
| XYZ | 44.83 | 40.31 | 83.26 | - |
| YUV | 172.91 | 162.48 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 234 | 0.26 | 0.31 | 0 | 0.08 | 249.86 | 0.63 | 0.77 |
| Hex | AD | A1 | EA | 1A | 1F | 0 | 8 | FA | 3F | 4D |
| Octal | 255 | 241 | 352 | 32 | 37 | 0 | 10 | 372 | 77 | 115 |
| Binary | 10101101 | 10100001 | 11101010 | 11010 | 11111 | 0 | 1000 | 11111010 | 111111 | 1001101 |
Color Harmonies of #ADA1EA
Complementary color
Monochromatic Colors of #ADA1EA
Black with #ADA1EA
Text Example
Text Example
White with #ADA1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA1EA; }
p { color: rgb(173,161,234); }
H1.HeaderClassName
{
color: #ADA1EA;
}
.AnyTagClassName
{
color: #ADA1EA;
}
</style>
background-color css
<style>
a { background-color: #ADA1EA; }
a { background-color: rgb(173,161,234); }
div.DivClassName
{
background-color: #ADA1EA;
}
.BgClassName
{
background-color: #ADA1EA;
}
</style>
border-color css
<style>
span { border-color: #ADA1EA; }
span { border-color: rgb(173,161,234); }
td.TdClassName
{
border-color: #ADA1EA;
}
.TagClassName
{
border-color: #ADA1EA;
}
</style>