Shades of Biloba Flower #ADA1E1
Tints of Biloba Flower #ADA1E1
RGB
CMYK
RGB Variations
Color information
#ADA1E1 (or 0xADA1E1) is known color: Biloba Flower. HEX triplet: AD, A1 and E1. RGB value is (173,161,225). Sum of RGB (Red+Green+Blue) = 173+161+225=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADA1E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1E1 is #525E1E. Grayscale: #ABABAB. Windows color (decimal): -5398047 or 14786989. OLE color: 14786989.
HSL color Cylindrical-coordinate representation of color #ADA1E1: hue angle of 251.25º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADA1E1 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 161 | 225 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.12 |
| HSL | 251.25º | 0.52% | 0.76% | - |
| HSV(B) | 251.25º | 0.28% | 0.88% | - |
| XYZ | 43.57 | 39.81 | 76.62 | - |
| YUV | 171.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 225 | 0.23 | 0.28 | 0 | 0.12 | 251.25 | 0.52 | 0.76 |
| Hex | AD | A1 | E1 | 17 | 1C | 0 | C | FB | 34 | 4C |
| Octal | 255 | 241 | 341 | 27 | 34 | 0 | 14 | 373 | 64 | 114 |
| Binary | 10101101 | 10100001 | 11100001 | 10111 | 11100 | 0 | 1100 | 11111011 | 110100 | 1001100 |
Color Harmonies of #ADA1E1
Complementary color
Monochromatic Colors of #ADA1E1
Black with #ADA1E1
Text Example
Text Example
White with #ADA1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA1E1; }
p { color: rgb(173,161,225); }
H1.HeaderClassName
{
color: #ADA1E1;
}
.AnyTagClassName
{
color: #ADA1E1;
}
</style>
background-color css
<style>
a { background-color: #ADA1E1; }
a { background-color: rgb(173,161,225); }
div.DivClassName
{
background-color: #ADA1E1;
}
.BgClassName
{
background-color: #ADA1E1;
}
</style>
border-color css
<style>
span { border-color: #ADA1E1; }
span { border-color: rgb(173,161,225); }
td.TdClassName
{
border-color: #ADA1E1;
}
.TagClassName
{
border-color: #ADA1E1;
}
</style>