Shades of Biloba Flower #AD9BDD
Tints of Biloba Flower #AD9BDD
RGB
CMYK
RGB Variations
Color information
#AD9BDD (or 0xAD9BDD) is known color: Biloba Flower. HEX triplet: AD, 9B and DD. RGB value is (173,155,221). Sum of RGB (Red+Green+Blue) = 173+155+221=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD9BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BDD is #526422. Grayscale: #A7A7A7. Windows color (decimal): -5399587 or 14523309. OLE color: 14523309.
HSL color Cylindrical-coordinate representation of color #AD9BDD: hue angle of 256.36º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD9BDD is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 155 | 221 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.13 |
| HSL | 256.36º | 0.49% | 0.74% | - |
| HSV(B) | 256.36º | 0.3% | 0.87% | - |
| XYZ | 42.01 | 37.55 | 73.44 | - |
| YUV | 167.91 | 157.96 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 221 | 0.22 | 0.30 | 0 | 0.13 | 256.36 | 0.49 | 0.74 |
| Hex | AD | 9B | DD | 16 | 1E | 0 | D | 100 | 31 | 4A |
| Octal | 255 | 233 | 335 | 26 | 36 | 0 | 15 | 400 | 61 | 112 |
| Binary | 10101101 | 10011011 | 11011101 | 10110 | 11110 | 0 | 1101 | 100000000 | 110001 | 1001010 |
Color Harmonies of #AD9BDD
Complementary color
Monochromatic Colors of #AD9BDD
Black with #AD9BDD
Text Example
Text Example
White with #AD9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9BDD; }
p { color: rgb(173,155,221); }
H1.HeaderClassName
{
color: #AD9BDD;
}
.AnyTagClassName
{
color: #AD9BDD;
}
</style>
background-color css
<style>
a { background-color: #AD9BDD; }
a { background-color: rgb(173,155,221); }
div.DivClassName
{
background-color: #AD9BDD;
}
.BgClassName
{
background-color: #AD9BDD;
}
</style>
border-color css
<style>
span { border-color: #AD9BDD; }
span { border-color: rgb(173,155,221); }
td.TdClassName
{
border-color: #AD9BDD;
}
.TagClassName
{
border-color: #AD9BDD;
}
</style>