Shades of Biloba Flower #AD9DD5
Tints of Biloba Flower #AD9DD5
RGB
CMYK
RGB Variations
Color information
#AD9DD5 (or 0xAD9DD5) is known color: Biloba Flower. HEX triplet: AD, 9D and D5. RGB value is (173,157,213). Sum of RGB (Red+Green+Blue) = 173+157+213=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD9DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DD5 is #52622A. Grayscale: #A7A7A7. Windows color (decimal): -5399083 or 13999533. OLE color: 13999533.
HSL color Cylindrical-coordinate representation of color #AD9DD5: hue angle of 257.14º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD9DD5 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 157 | 213 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.16 |
| HSL | 257.14º | 0.4% | 0.73% | - |
| HSV(B) | 257.14º | 0.26% | 0.84% | - |
| XYZ | 41.3 | 37.8 | 68.07 | - |
| YUV | 168.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 213 | 0.19 | 0.26 | 0 | 0.16 | 257.14 | 0.4 | 0.73 |
| Hex | AD | 9D | D5 | 13 | 1A | 0 | 10 | 101 | 28 | 49 |
| Octal | 255 | 235 | 325 | 23 | 32 | 0 | 20 | 401 | 50 | 111 |
| Binary | 10101101 | 10011101 | 11010101 | 10011 | 11010 | 0 | 10000 | 100000001 | 101000 | 1001001 |
Color Harmonies of #AD9DD5
Complementary color
Monochromatic Colors of #AD9DD5
Black with #AD9DD5
Text Example
Text Example
White with #AD9DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9DD5; }
p { color: rgb(173,157,213); }
H1.HeaderClassName
{
color: #AD9DD5;
}
.AnyTagClassName
{
color: #AD9DD5;
}
</style>
background-color css
<style>
a { background-color: #AD9DD5; }
a { background-color: rgb(173,157,213); }
div.DivClassName
{
background-color: #AD9DD5;
}
.BgClassName
{
background-color: #AD9DD5;
}
</style>
border-color css
<style>
span { border-color: #AD9DD5; }
span { border-color: rgb(173,157,213); }
td.TdClassName
{
border-color: #AD9DD5;
}
.TagClassName
{
border-color: #AD9DD5;
}
</style>