Shades of Biloba Flower #AD88D1
Tints of Biloba Flower #AD88D1
RGB
CMYK
RGB Variations
Color information
#AD88D1 (or 0xAD88D1) is known color: Biloba Flower. HEX triplet: AD, 88 and D1. RGB value is (173,136,209). Sum of RGB (Red+Green+Blue) = 173+136+209=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD88D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88D1 is #52772E. Grayscale: #9B9B9B. Windows color (decimal): -5404463 or 13732013. OLE color: 13732013.
HSL color Cylindrical-coordinate representation of color #AD88D1: hue angle of 270.41º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD88D1 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 136 | 209 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.18 |
| HSL | 270.41º | 0.44% | 0.68% | - |
| HSV(B) | 270.41º | 0.35% | 0.82% | - |
| XYZ | 37.55 | 31.1 | 64.34 | - |
| YUV | 155.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 209 | 0.17 | 0.35 | 0 | 0.18 | 270.41 | 0.44 | 0.68 |
| Hex | AD | 88 | D1 | 11 | 23 | 0 | 12 | 10E | 2C | 44 |
| Octal | 255 | 210 | 321 | 21 | 43 | 0 | 22 | 416 | 54 | 104 |
| Binary | 10101101 | 10001000 | 11010001 | 10001 | 100011 | 0 | 10010 | 100001110 | 101100 | 1000100 |
Color Harmonies of #AD88D1
Complementary color
Monochromatic Colors of #AD88D1
Black with #AD88D1
Text Example
Text Example
White with #AD88D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88D1; }
p { color: rgb(173,136,209); }
H1.HeaderClassName
{
color: #AD88D1;
}
.AnyTagClassName
{
color: #AD88D1;
}
</style>
background-color css
<style>
a { background-color: #AD88D1; }
a { background-color: rgb(173,136,209); }
div.DivClassName
{
background-color: #AD88D1;
}
.BgClassName
{
background-color: #AD88D1;
}
</style>
border-color css
<style>
span { border-color: #AD88D1; }
span { border-color: rgb(173,136,209); }
td.TdClassName
{
border-color: #AD88D1;
}
.TagClassName
{
border-color: #AD88D1;
}
</style>