Shades of Biloba Flower #AD8CDB
Tints of Biloba Flower #AD8CDB
RGB
CMYK
RGB Variations
Color information
#AD8CDB (or 0xAD8CDB) is known color: Biloba Flower. HEX triplet: AD, 8C and DB. RGB value is (173,140,219). Sum of RGB (Red+Green+Blue) = 173+140+219=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD8CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CDB is #527324. Grayscale: #9E9E9E. Windows color (decimal): -5403429 or 14388397. OLE color: 14388397.
HSL color Cylindrical-coordinate representation of color #AD8CDB: hue angle of 265.06º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD8CDB is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 140 | 219 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.14 |
| HSL | 265.06º | 0.52% | 0.7% | - |
| HSV(B) | 265.06º | 0.36% | 0.86% | - |
| XYZ | 39.4 | 32.75 | 71.26 | - |
| YUV | 158.87 | 161.93 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 219 | 0.21 | 0.36 | 0 | 0.14 | 265.06 | 0.52 | 0.7 |
| Hex | AD | 8C | DB | 15 | 24 | 0 | E | 109 | 34 | 46 |
| Octal | 255 | 214 | 333 | 25 | 44 | 0 | 16 | 411 | 64 | 106 |
| Binary | 10101101 | 10001100 | 11011011 | 10101 | 100100 | 0 | 1110 | 100001001 | 110100 | 1000110 |
Color Harmonies of #AD8CDB
Complementary color
Monochromatic Colors of #AD8CDB
Black with #AD8CDB
Text Example
Text Example
White with #AD8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CDB; }
p { color: rgb(173,140,219); }
H1.HeaderClassName
{
color: #AD8CDB;
}
.AnyTagClassName
{
color: #AD8CDB;
}
</style>
background-color css
<style>
a { background-color: #AD8CDB; }
a { background-color: rgb(173,140,219); }
div.DivClassName
{
background-color: #AD8CDB;
}
.BgClassName
{
background-color: #AD8CDB;
}
</style>
border-color css
<style>
span { border-color: #AD8CDB; }
span { border-color: rgb(173,140,219); }
td.TdClassName
{
border-color: #AD8CDB;
}
.TagClassName
{
border-color: #AD8CDB;
}
</style>