Shades of Biloba Flower #ADA1DB
Tints of Biloba Flower #ADA1DB
RGB
CMYK
RGB Variations
Color information
#ADA1DB (or 0xADA1DB) is known color: Biloba Flower. HEX triplet: AD, A1 and DB. RGB value is (173,161,219). Sum of RGB (Red+Green+Blue) = 173+161+219=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADA1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1DB is #525E24. Grayscale: #AAAAAA. Windows color (decimal): -5398053 or 14393773. OLE color: 14393773.
HSL color Cylindrical-coordinate representation of color #ADA1DB: hue angle of 252.41º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADA1DB is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 161 | 219 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.14 |
| HSL | 252.41º | 0.45% | 0.75% | - |
| HSV(B) | 252.41º | 0.26% | 0.86% | - |
| XYZ | 42.76 | 39.49 | 72.39 | - |
| YUV | 171.2 | 154.98 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 219 | 0.21 | 0.26 | 0 | 0.14 | 252.41 | 0.45 | 0.75 |
| Hex | AD | A1 | DB | 15 | 1A | 0 | E | FC | 2D | 4B |
| Octal | 255 | 241 | 333 | 25 | 32 | 0 | 16 | 374 | 55 | 113 |
| Binary | 10101101 | 10100001 | 11011011 | 10101 | 11010 | 0 | 1110 | 11111100 | 101101 | 1001011 |
Color Harmonies of #ADA1DB
Complementary color
Monochromatic Colors of #ADA1DB
Black with #ADA1DB
Text Example
Text Example
White with #ADA1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA1DB; }
p { color: rgb(173,161,219); }
H1.HeaderClassName
{
color: #ADA1DB;
}
.AnyTagClassName
{
color: #ADA1DB;
}
</style>
background-color css
<style>
a { background-color: #ADA1DB; }
a { background-color: rgb(173,161,219); }
div.DivClassName
{
background-color: #ADA1DB;
}
.BgClassName
{
background-color: #ADA1DB;
}
</style>
border-color css
<style>
span { border-color: #ADA1DB; }
span { border-color: rgb(173,161,219); }
td.TdClassName
{
border-color: #ADA1DB;
}
.TagClassName
{
border-color: #ADA1DB;
}
</style>