Shades of Biloba Flower #AD8BD1
Tints of Biloba Flower #AD8BD1
RGB
CMYK
RGB Variations
Color information
#AD8BD1 (or 0xAD8BD1) is known color: Biloba Flower. HEX triplet: AD, 8B and D1. RGB value is (173,139,209). Sum of RGB (Red+Green+Blue) = 173+139+209=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD8BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BD1 is #52742E. Grayscale: #9C9C9C. Windows color (decimal): -5403695 or 13732781. OLE color: 13732781.
HSL color Cylindrical-coordinate representation of color #AD8BD1: hue angle of 269.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD8BD1 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 139 | 209 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.18 |
| HSL | 269.14º | 0.43% | 0.68% | - |
| HSV(B) | 269.14º | 0.33% | 0.82% | - |
| XYZ | 37.97 | 31.95 | 64.49 | - |
| YUV | 157.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 209 | 0.17 | 0.33 | 0 | 0.18 | 269.14 | 0.43 | 0.68 |
| Hex | AD | 8B | D1 | 11 | 21 | 0 | 12 | 10D | 2B | 44 |
| Octal | 255 | 213 | 321 | 21 | 41 | 0 | 22 | 415 | 53 | 104 |
| Binary | 10101101 | 10001011 | 11010001 | 10001 | 100001 | 0 | 10010 | 100001101 | 101011 | 1000100 |
Color Harmonies of #AD8BD1
Complementary color
Monochromatic Colors of #AD8BD1
Black with #AD8BD1
Text Example
Text Example
White with #AD8BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8BD1; }
p { color: rgb(173,139,209); }
H1.HeaderClassName
{
color: #AD8BD1;
}
.AnyTagClassName
{
color: #AD8BD1;
}
</style>
background-color css
<style>
a { background-color: #AD8BD1; }
a { background-color: rgb(173,139,209); }
div.DivClassName
{
background-color: #AD8BD1;
}
.BgClassName
{
background-color: #AD8BD1;
}
</style>
border-color css
<style>
span { border-color: #AD8BD1; }
span { border-color: rgb(173,139,209); }
td.TdClassName
{
border-color: #AD8BD1;
}
.TagClassName
{
border-color: #AD8BD1;
}
</style>