Shades of Biloba Flower #ADA0DB
Tints of Biloba Flower #ADA0DB
RGB
CMYK
RGB Variations
Color information
#ADA0DB (or 0xADA0DB) is known color: Biloba Flower. HEX triplet: AD, A0 and DB. RGB value is (173,160,219). Sum of RGB (Red+Green+Blue) = 173+160+219=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADA0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0DB is #525F24. Grayscale: #AAAAAA. Windows color (decimal): -5398309 or 14393517. OLE color: 14393517.
HSL color Cylindrical-coordinate representation of color #ADA0DB: hue angle of 253.22º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADA0DB is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 160 | 219 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.14 |
| HSL | 253.22º | 0.45% | 0.74% | - |
| HSV(B) | 253.22º | 0.27% | 0.86% | - |
| XYZ | 42.59 | 39.14 | 72.33 | - |
| YUV | 170.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 219 | 0.21 | 0.27 | 0 | 0.14 | 253.22 | 0.45 | 0.74 |
| Hex | AD | A0 | DB | 15 | 1B | 0 | E | FD | 2D | 4A |
| Octal | 255 | 240 | 333 | 25 | 33 | 0 | 16 | 375 | 55 | 112 |
| Binary | 10101101 | 10100000 | 11011011 | 10101 | 11011 | 0 | 1110 | 11111101 | 101101 | 1001010 |
Color Harmonies of #ADA0DB
Complementary color
Monochromatic Colors of #ADA0DB
Black with #ADA0DB
Text Example
Text Example
White with #ADA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA0DB; }
p { color: rgb(173,160,219); }
H1.HeaderClassName
{
color: #ADA0DB;
}
.AnyTagClassName
{
color: #ADA0DB;
}
</style>
background-color css
<style>
a { background-color: #ADA0DB; }
a { background-color: rgb(173,160,219); }
div.DivClassName
{
background-color: #ADA0DB;
}
.BgClassName
{
background-color: #ADA0DB;
}
</style>
border-color css
<style>
span { border-color: #ADA0DB; }
span { border-color: rgb(173,160,219); }
td.TdClassName
{
border-color: #ADA0DB;
}
.TagClassName
{
border-color: #ADA0DB;
}
</style>