Shades of Biloba Flower #AB90DB
Tints of Biloba Flower #AB90DB
RGB
CMYK
RGB Variations
Color information
#AB90DB (or 0xAB90DB) is known color: Biloba Flower. HEX triplet: AB, 90 and DB. RGB value is (171,144,219). Sum of RGB (Red+Green+Blue) = 171+144+219=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB90DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90DB is #546F24. Grayscale: #A0A0A0. Windows color (decimal): -5533477 or 14389419. OLE color: 14389419.
HSL color Cylindrical-coordinate representation of color #AB90DB: hue angle of 261.6º 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 #AB90DB is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 144 | 219 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.14 |
| HSL | 261.6º | 0.51% | 0.71% | - |
| HSV(B) | 261.6º | 0.34% | 0.86% | - |
| XYZ | 39.55 | 33.72 | 71.44 | - |
| YUV | 160.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 219 | 0.22 | 0.34 | 0 | 0.14 | 261.6 | 0.51 | 0.71 |
| Hex | AB | 90 | DB | 16 | 22 | 0 | E | 106 | 33 | 47 |
| Octal | 253 | 220 | 333 | 26 | 42 | 0 | 16 | 406 | 63 | 107 |
| Binary | 10101011 | 10010000 | 11011011 | 10110 | 100010 | 0 | 1110 | 100000110 | 110011 | 1000111 |
Color Harmonies of #AB90DB
Complementary color
Monochromatic Colors of #AB90DB
Black with #AB90DB
Text Example
Text Example
White with #AB90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB90DB; }
p { color: rgb(171,144,219); }
H1.HeaderClassName
{
color: #AB90DB;
}
.AnyTagClassName
{
color: #AB90DB;
}
</style>
background-color css
<style>
a { background-color: #AB90DB; }
a { background-color: rgb(171,144,219); }
div.DivClassName
{
background-color: #AB90DB;
}
.BgClassName
{
background-color: #AB90DB;
}
</style>
border-color css
<style>
span { border-color: #AB90DB; }
span { border-color: rgb(171,144,219); }
td.TdClassName
{
border-color: #AB90DB;
}
.TagClassName
{
border-color: #AB90DB;
}
</style>