Shades of Biloba Flower #AD9BD5
Tints of Biloba Flower #AD9BD5
RGB
CMYK
RGB Variations
Color information
#AD9BD5 (or 0xAD9BD5) is known color: Biloba Flower. HEX triplet: AD, 9B and D5. RGB value is (173,155,213). Sum of RGB (Red+Green+Blue) = 173+155+213=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD9BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BD5 is #52642A. Grayscale: #A6A6A6. Windows color (decimal): -5399595 or 13999021. OLE color: 13999021.
HSL color Cylindrical-coordinate representation of color #AD9BD5: hue angle of 258.62º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD9BD5 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 155 | 213 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.16 |
| HSL | 258.62º | 0.41% | 0.72% | - |
| HSV(B) | 258.62º | 0.27% | 0.84% | - |
| XYZ | 40.97 | 37.13 | 67.96 | - |
| YUV | 166.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 213 | 0.19 | 0.27 | 0 | 0.16 | 258.62 | 0.41 | 0.72 |
| Hex | AD | 9B | D5 | 13 | 1B | 0 | 10 | 103 | 29 | 48 |
| Octal | 255 | 233 | 325 | 23 | 33 | 0 | 20 | 403 | 51 | 110 |
| Binary | 10101101 | 10011011 | 11010101 | 10011 | 11011 | 0 | 10000 | 100000011 | 101001 | 1001000 |
Color Harmonies of #AD9BD5
Complementary color
Monochromatic Colors of #AD9BD5
Black with #AD9BD5
Text Example
Text Example
White with #AD9BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9BD5; }
p { color: rgb(173,155,213); }
H1.HeaderClassName
{
color: #AD9BD5;
}
.AnyTagClassName
{
color: #AD9BD5;
}
</style>
background-color css
<style>
a { background-color: #AD9BD5; }
a { background-color: rgb(173,155,213); }
div.DivClassName
{
background-color: #AD9BD5;
}
.BgClassName
{
background-color: #AD9BD5;
}
</style>
border-color css
<style>
span { border-color: #AD9BD5; }
span { border-color: rgb(173,155,213); }
td.TdClassName
{
border-color: #AD9BD5;
}
.TagClassName
{
border-color: #AD9BD5;
}
</style>