Shades of Biloba Flower #ADA0EA
Tints of Biloba Flower #ADA0EA
RGB
CMYK
RGB Variations
Color information
#ADA0EA (or 0xADA0EA) is known color: Biloba Flower. HEX triplet: AD, A0 and EA. RGB value is (173,160,234). Sum of RGB (Red+Green+Blue) = 173+160+234=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADA0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA0EA is #525F15. Grayscale: #ACACAC. Windows color (decimal): -5398294 or 15376557. OLE color: 15376557.
HSL color Cylindrical-coordinate representation of color #ADA0EA: hue angle of 250.54º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADA0EA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 160 | 234 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.08 |
| HSL | 250.54º | 0.64% | 0.77% | - |
| HSV(B) | 250.54º | 0.32% | 0.92% | - |
| XYZ | 44.66 | 39.97 | 83.2 | - |
| YUV | 172.32 | 162.81 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 234 | 0.26 | 0.32 | 0 | 0.08 | 250.54 | 0.64 | 0.77 |
| Hex | AD | A0 | EA | 1A | 20 | 0 | 8 | FB | 40 | 4D |
| Octal | 255 | 240 | 352 | 32 | 40 | 0 | 10 | 373 | 100 | 115 |
| Binary | 10101101 | 10100000 | 11101010 | 11010 | 100000 | 0 | 1000 | 11111011 | 1000000 | 1001101 |
Color Harmonies of #ADA0EA
Complementary color
Monochromatic Colors of #ADA0EA
Black with #ADA0EA
Text Example
Text Example
White with #ADA0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA0EA; }
p { color: rgb(173,160,234); }
H1.HeaderClassName
{
color: #ADA0EA;
}
.AnyTagClassName
{
color: #ADA0EA;
}
</style>
background-color css
<style>
a { background-color: #ADA0EA; }
a { background-color: rgb(173,160,234); }
div.DivClassName
{
background-color: #ADA0EA;
}
.BgClassName
{
background-color: #ADA0EA;
}
</style>
border-color css
<style>
span { border-color: #ADA0EA; }
span { border-color: rgb(173,160,234); }
td.TdClassName
{
border-color: #ADA0EA;
}
.TagClassName
{
border-color: #ADA0EA;
}
</style>