Shades of Biloba Flower #AD88DB
Tints of Biloba Flower #AD88DB
RGB
CMYK
RGB Variations
Color information
#AD88DB (or 0xAD88DB) is known color: Biloba Flower. HEX triplet: AD, 88 and DB. RGB value is (173,136,219). Sum of RGB (Red+Green+Blue) = 173+136+219=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD88DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88DB is #527724. Grayscale: #9C9C9C. Windows color (decimal): -5404453 or 14387373. OLE color: 14387373.
HSL color Cylindrical-coordinate representation of color #AD88DB: hue angle of 266.75º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD88DB is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 136 | 219 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.14 |
| HSL | 266.75º | 0.54% | 0.7% | - |
| HSV(B) | 266.75º | 0.38% | 0.86% | - |
| XYZ | 38.82 | 31.61 | 71.07 | - |
| YUV | 156.53 | 163.26 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 219 | 0.21 | 0.38 | 0 | 0.14 | 266.75 | 0.54 | 0.7 |
| Hex | AD | 88 | DB | 15 | 26 | 0 | E | 10B | 36 | 46 |
| Octal | 255 | 210 | 333 | 25 | 46 | 0 | 16 | 413 | 66 | 106 |
| Binary | 10101101 | 10001000 | 11011011 | 10101 | 100110 | 0 | 1110 | 100001011 | 110110 | 1000110 |
Color Harmonies of #AD88DB
Complementary color
Monochromatic Colors of #AD88DB
Black with #AD88DB
Text Example
Text Example
White with #AD88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88DB; }
p { color: rgb(173,136,219); }
H1.HeaderClassName
{
color: #AD88DB;
}
.AnyTagClassName
{
color: #AD88DB;
}
</style>
background-color css
<style>
a { background-color: #AD88DB; }
a { background-color: rgb(173,136,219); }
div.DivClassName
{
background-color: #AD88DB;
}
.BgClassName
{
background-color: #AD88DB;
}
</style>
border-color css
<style>
span { border-color: #AD88DB; }
span { border-color: rgb(173,136,219); }
td.TdClassName
{
border-color: #AD88DB;
}
.TagClassName
{
border-color: #AD88DB;
}
</style>