Shades of Biloba Flower #AC91DB
Tints of Biloba Flower #AC91DB
RGB
CMYK
RGB Variations
Color information
#AC91DB (or 0xAC91DB) is known color: Biloba Flower. HEX triplet: AC, 91 and DB. RGB value is (172,145,219). Sum of RGB (Red+Green+Blue) = 172+145+219=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC91DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91DB is #536E24. Grayscale: #A1A1A1. Windows color (decimal): -5467685 or 14389676. OLE color: 14389676.
HSL color Cylindrical-coordinate representation of color #AC91DB: hue angle of 261.89º 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 #AC91DB is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 145 | 219 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.14 |
| HSL | 261.89º | 0.51% | 0.71% | - |
| HSV(B) | 261.89º | 0.34% | 0.86% | - |
| XYZ | 39.92 | 34.14 | 71.5 | - |
| YUV | 161.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 219 | 0.21 | 0.34 | 0 | 0.14 | 261.89 | 0.51 | 0.71 |
| Hex | AC | 91 | DB | 15 | 22 | 0 | E | 106 | 33 | 47 |
| Octal | 254 | 221 | 333 | 25 | 42 | 0 | 16 | 406 | 63 | 107 |
| Binary | 10101100 | 10010001 | 11011011 | 10101 | 100010 | 0 | 1110 | 100000110 | 110011 | 1000111 |
Color Harmonies of #AC91DB
Complementary color
Monochromatic Colors of #AC91DB
Black with #AC91DB
Text Example
Text Example
White with #AC91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC91DB; }
p { color: rgb(172,145,219); }
H1.HeaderClassName
{
color: #AC91DB;
}
.AnyTagClassName
{
color: #AC91DB;
}
</style>
background-color css
<style>
a { background-color: #AC91DB; }
a { background-color: rgb(172,145,219); }
div.DivClassName
{
background-color: #AC91DB;
}
.BgClassName
{
background-color: #AC91DB;
}
</style>
border-color css
<style>
span { border-color: #AC91DB; }
span { border-color: rgb(172,145,219); }
td.TdClassName
{
border-color: #AC91DB;
}
.TagClassName
{
border-color: #AC91DB;
}
</style>