Shades of Biloba Flower #AD9CDB
Tints of Biloba Flower #AD9CDB
RGB
CMYK
RGB Variations
Color information
#AD9CDB (or 0xAD9CDB) is known color: Biloba Flower. HEX triplet: AD, 9C and DB. RGB value is (173,156,219). Sum of RGB (Red+Green+Blue) = 173+156+219=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CDB is #526324. Grayscale: #A8A8A8. Windows color (decimal): -5399333 or 14392493. OLE color: 14392493.
HSL color Cylindrical-coordinate representation of color #AD9CDB: hue angle of 256.19º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD9CDB is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 156 | 219 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.14 |
| HSL | 256.19º | 0.47% | 0.74% | - |
| HSV(B) | 256.19º | 0.29% | 0.86% | - |
| XYZ | 41.91 | 37.78 | 72.1 | - |
| YUV | 168.27 | 156.63 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 219 | 0.21 | 0.29 | 0 | 0.14 | 256.19 | 0.47 | 0.74 |
| Hex | AD | 9C | DB | 15 | 1D | 0 | E | 100 | 2F | 4A |
| Octal | 255 | 234 | 333 | 25 | 35 | 0 | 16 | 400 | 57 | 112 |
| Binary | 10101101 | 10011100 | 11011011 | 10101 | 11101 | 0 | 1110 | 100000000 | 101111 | 1001010 |
Color Harmonies of #AD9CDB
Complementary color
Monochromatic Colors of #AD9CDB
Black with #AD9CDB
Text Example
Text Example
White with #AD9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9CDB; }
p { color: rgb(173,156,219); }
H1.HeaderClassName
{
color: #AD9CDB;
}
.AnyTagClassName
{
color: #AD9CDB;
}
</style>
background-color css
<style>
a { background-color: #AD9CDB; }
a { background-color: rgb(173,156,219); }
div.DivClassName
{
background-color: #AD9CDB;
}
.BgClassName
{
background-color: #AD9CDB;
}
</style>
border-color css
<style>
span { border-color: #AD9CDB; }
span { border-color: rgb(173,156,219); }
td.TdClassName
{
border-color: #AD9CDB;
}
.TagClassName
{
border-color: #AD9CDB;
}
</style>