Shades of Biloba Flower #AB8DDB
Tints of Biloba Flower #AB8DDB
RGB
CMYK
RGB Variations
Color information
#AB8DDB (or 0xAB8DDB) is known color: Biloba Flower. HEX triplet: AB, 8D and DB. RGB value is (171,141,219). Sum of RGB (Red+Green+Blue) = 171+141+219=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB8DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DDB is #547224. Grayscale: #9E9E9E. Windows color (decimal): -5534245 or 14388651. OLE color: 14388651.
HSL color Cylindrical-coordinate representation of color #AB8DDB: hue angle of 263.08º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB8DDB is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 141 | 219 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.14 |
| HSL | 263.08º | 0.52% | 0.71% | - |
| HSV(B) | 263.08º | 0.36% | 0.86% | - |
| XYZ | 39.11 | 32.82 | 71.29 | - |
| YUV | 158.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 219 | 0.22 | 0.36 | 0 | 0.14 | 263.08 | 0.52 | 0.71 |
| Hex | AB | 8D | DB | 16 | 24 | 0 | E | 107 | 34 | 47 |
| Octal | 253 | 215 | 333 | 26 | 44 | 0 | 16 | 407 | 64 | 107 |
| Binary | 10101011 | 10001101 | 11011011 | 10110 | 100100 | 0 | 1110 | 100000111 | 110100 | 1000111 |
Color Harmonies of #AB8DDB
Complementary color
Monochromatic Colors of #AB8DDB
Black with #AB8DDB
Text Example
Text Example
White with #AB8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DDB; }
p { color: rgb(171,141,219); }
H1.HeaderClassName
{
color: #AB8DDB;
}
.AnyTagClassName
{
color: #AB8DDB;
}
</style>
background-color css
<style>
a { background-color: #AB8DDB; }
a { background-color: rgb(171,141,219); }
div.DivClassName
{
background-color: #AB8DDB;
}
.BgClassName
{
background-color: #AB8DDB;
}
</style>
border-color css
<style>
span { border-color: #AB8DDB; }
span { border-color: rgb(171,141,219); }
td.TdClassName
{
border-color: #AB8DDB;
}
.TagClassName
{
border-color: #AB8DDB;
}
</style>