Shades of Biloba Flower #AD9BDF
Tints of Biloba Flower #AD9BDF
RGB
CMYK
RGB Variations
Color information
#AD9BDF (or 0xAD9BDF) is known color: Biloba Flower. HEX triplet: AD, 9B and DF. RGB value is (173,155,223). Sum of RGB (Red+Green+Blue) = 173+155+223=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD9BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BDF is #526420. Grayscale: #A7A7A7. Windows color (decimal): -5399585 or 14654381. OLE color: 14654381.
HSL color Cylindrical-coordinate representation of color #AD9BDF: hue angle of 255.88º degrees, saturation: 0.52, 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 #AD9BDF is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 155 | 223 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.13 |
| HSL | 255.88º | 0.52% | 0.74% | - |
| HSV(B) | 255.88º | 0.3% | 0.87% | - |
| XYZ | 42.27 | 37.65 | 74.85 | - |
| YUV | 168.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 223 | 0.22 | 0.30 | 0 | 0.13 | 255.88 | 0.52 | 0.74 |
| Hex | AD | 9B | DF | 16 | 1E | 0 | D | 100 | 34 | 4A |
| Octal | 255 | 233 | 337 | 26 | 36 | 0 | 15 | 400 | 64 | 112 |
| Binary | 10101101 | 10011011 | 11011111 | 10110 | 11110 | 0 | 1101 | 100000000 | 110100 | 1001010 |
Color Harmonies of #AD9BDF
Complementary color
Monochromatic Colors of #AD9BDF
Black with #AD9BDF
Text Example
Text Example
White with #AD9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9BDF; }
p { color: rgb(173,155,223); }
H1.HeaderClassName
{
color: #AD9BDF;
}
.AnyTagClassName
{
color: #AD9BDF;
}
</style>
background-color css
<style>
a { background-color: #AD9BDF; }
a { background-color: rgb(173,155,223); }
div.DivClassName
{
background-color: #AD9BDF;
}
.BgClassName
{
background-color: #AD9BDF;
}
</style>
border-color css
<style>
span { border-color: #AD9BDF; }
span { border-color: rgb(173,155,223); }
td.TdClassName
{
border-color: #AD9BDF;
}
.TagClassName
{
border-color: #AD9BDF;
}
</style>