Shades of Biloba Flower #AB94DB
Tints of Biloba Flower #AB94DB
RGB
CMYK
RGB Variations
Color information
#AB94DB (or 0xAB94DB) is known color: Biloba Flower. HEX triplet: AB, 94 and DB. RGB value is (171,148,219). Sum of RGB (Red+Green+Blue) = 171+148+219=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB94DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94DB is #546B24. Grayscale: #A2A2A2. Windows color (decimal): -5532453 or 14390443. OLE color: 14390443.
HSL color Cylindrical-coordinate representation of color #AB94DB: hue angle of 259.44º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB94DB is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 148 | 219 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.14 |
| HSL | 259.44º | 0.5% | 0.72% | - |
| HSV(B) | 259.44º | 0.32% | 0.86% | - |
| XYZ | 40.17 | 34.95 | 71.65 | - |
| YUV | 162.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 219 | 0.22 | 0.32 | 0 | 0.14 | 259.44 | 0.5 | 0.72 |
| Hex | AB | 94 | DB | 16 | 20 | 0 | E | 103 | 32 | 48 |
| Octal | 253 | 224 | 333 | 26 | 40 | 0 | 16 | 403 | 62 | 110 |
| Binary | 10101011 | 10010100 | 11011011 | 10110 | 100000 | 0 | 1110 | 100000011 | 110010 | 1001000 |
Color Harmonies of #AB94DB
Complementary color
Monochromatic Colors of #AB94DB
Black with #AB94DB
Text Example
Text Example
White with #AB94DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB94DB; }
p { color: rgb(171,148,219); }
H1.HeaderClassName
{
color: #AB94DB;
}
.AnyTagClassName
{
color: #AB94DB;
}
</style>
background-color css
<style>
a { background-color: #AB94DB; }
a { background-color: rgb(171,148,219); }
div.DivClassName
{
background-color: #AB94DB;
}
.BgClassName
{
background-color: #AB94DB;
}
</style>
border-color css
<style>
span { border-color: #AB94DB; }
span { border-color: rgb(171,148,219); }
td.TdClassName
{
border-color: #AB94DB;
}
.TagClassName
{
border-color: #AB94DB;
}
</style>