Shades of Biloba Flower #AD92DB
Tints of Biloba Flower #AD92DB
RGB
CMYK
RGB Variations
Color information
#AD92DB (or 0xAD92DB) is known color: Biloba Flower. HEX triplet: AD, 92 and DB. RGB value is (173,146,219). Sum of RGB (Red+Green+Blue) = 173+146+219=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD92DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92DB is #526D24. Grayscale: #A2A2A2. Windows color (decimal): -5401893 or 14389933. OLE color: 14389933.
HSL color Cylindrical-coordinate representation of color #AD92DB: hue angle of 262.19º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD92DB is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 146 | 219 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.14 |
| HSL | 262.19º | 0.5% | 0.72% | - |
| HSV(B) | 262.19º | 0.33% | 0.86% | - |
| XYZ | 40.3 | 34.56 | 71.56 | - |
| YUV | 162.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 219 | 0.21 | 0.33 | 0 | 0.14 | 262.19 | 0.5 | 0.72 |
| Hex | AD | 92 | DB | 15 | 21 | 0 | E | 106 | 32 | 48 |
| Octal | 255 | 222 | 333 | 25 | 41 | 0 | 16 | 406 | 62 | 110 |
| Binary | 10101101 | 10010010 | 11011011 | 10101 | 100001 | 0 | 1110 | 100000110 | 110010 | 1001000 |
Color Harmonies of #AD92DB
Complementary color
Monochromatic Colors of #AD92DB
Black with #AD92DB
Text Example
Text Example
White with #AD92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD92DB; }
p { color: rgb(173,146,219); }
H1.HeaderClassName
{
color: #AD92DB;
}
.AnyTagClassName
{
color: #AD92DB;
}
</style>
background-color css
<style>
a { background-color: #AD92DB; }
a { background-color: rgb(173,146,219); }
div.DivClassName
{
background-color: #AD92DB;
}
.BgClassName
{
background-color: #AD92DB;
}
</style>
border-color css
<style>
span { border-color: #AD92DB; }
span { border-color: rgb(173,146,219); }
td.TdClassName
{
border-color: #AD92DB;
}
.TagClassName
{
border-color: #AD92DB;
}
</style>