Shades of Biloba Flower #ADA0E9
Tints of Biloba Flower #ADA0E9
RGB
CMYK
RGB Variations
Color information
#ADA0E9 (or 0xADA0E9) is known color: Biloba Flower. HEX triplet: AD, A0 and E9. RGB value is (173,160,233). Sum of RGB (Red+Green+Blue) = 173+160+233=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADA0E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA0E9 is #525F16. Grayscale: #ABABAB. Windows color (decimal): -5398295 or 15311021. OLE color: 15311021.
HSL color Cylindrical-coordinate representation of color #ADA0E9: hue angle of 250.68º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADA0E9 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 160 | 233 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.09 |
| HSL | 250.68º | 0.62% | 0.77% | - |
| HSV(B) | 250.68º | 0.31% | 0.91% | - |
| XYZ | 44.51 | 39.91 | 82.45 | - |
| YUV | 172.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 233 | 0.26 | 0.31 | 0 | 0.09 | 250.68 | 0.62 | 0.77 |
| Hex | AD | A0 | E9 | 1A | 1F | 0 | 9 | FB | 3E | 4D |
| Octal | 255 | 240 | 351 | 32 | 37 | 0 | 11 | 373 | 76 | 115 |
| Binary | 10101101 | 10100000 | 11101001 | 11010 | 11111 | 0 | 1001 | 11111011 | 111110 | 1001101 |
Color Harmonies of #ADA0E9
Complementary color
Monochromatic Colors of #ADA0E9
Black with #ADA0E9
Text Example
Text Example
White with #ADA0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA0E9; }
p { color: rgb(173,160,233); }
H1.HeaderClassName
{
color: #ADA0E9;
}
.AnyTagClassName
{
color: #ADA0E9;
}
</style>
background-color css
<style>
a { background-color: #ADA0E9; }
a { background-color: rgb(173,160,233); }
div.DivClassName
{
background-color: #ADA0E9;
}
.BgClassName
{
background-color: #ADA0E9;
}
</style>
border-color css
<style>
span { border-color: #ADA0E9; }
span { border-color: rgb(173,160,233); }
td.TdClassName
{
border-color: #ADA0E9;
}
.TagClassName
{
border-color: #ADA0E9;
}
</style>