Shades of Biloba Flower #AB91DB
Tints of Biloba Flower #AB91DB
RGB
CMYK
RGB Variations
Color information
#AB91DB (or 0xAB91DB) is known color: Biloba Flower. HEX triplet: AB, 91 and DB. RGB value is (171,145,219). Sum of RGB (Red+Green+Blue) = 171+145+219=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB91DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91DB is #546E24. Grayscale: #A0A0A0. Windows color (decimal): -5533221 or 14389675. OLE color: 14389675.
HSL color Cylindrical-coordinate representation of color #AB91DB: hue angle of 261.08º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB91DB is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 145 | 219 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.14 |
| HSL | 261.08º | 0.51% | 0.71% | - |
| HSV(B) | 261.08º | 0.34% | 0.86% | - |
| XYZ | 39.71 | 34.02 | 71.49 | - |
| YUV | 161.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 219 | 0.22 | 0.34 | 0 | 0.14 | 261.08 | 0.51 | 0.71 |
| Hex | AB | 91 | DB | 16 | 22 | 0 | E | 105 | 33 | 47 |
| Octal | 253 | 221 | 333 | 26 | 42 | 0 | 16 | 405 | 63 | 107 |
| Binary | 10101011 | 10010001 | 11011011 | 10110 | 100010 | 0 | 1110 | 100000101 | 110011 | 1000111 |
Color Harmonies of #AB91DB
Complementary color
Monochromatic Colors of #AB91DB
Black with #AB91DB
Text Example
Text Example
White with #AB91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB91DB; }
p { color: rgb(171,145,219); }
H1.HeaderClassName
{
color: #AB91DB;
}
.AnyTagClassName
{
color: #AB91DB;
}
</style>
background-color css
<style>
a { background-color: #AB91DB; }
a { background-color: rgb(171,145,219); }
div.DivClassName
{
background-color: #AB91DB;
}
.BgClassName
{
background-color: #AB91DB;
}
</style>
border-color css
<style>
span { border-color: #AB91DB; }
span { border-color: rgb(171,145,219); }
td.TdClassName
{
border-color: #AB91DB;
}
.TagClassName
{
border-color: #AB91DB;
}
</style>