Shades of Biloba Flower #AC99DB
Tints of Biloba Flower #AC99DB
RGB
CMYK
RGB Variations
Color information
#AC99DB (or 0xAC99DB) is known color: Biloba Flower. HEX triplet: AC, 99 and DB. RGB value is (172,153,219). Sum of RGB (Red+Green+Blue) = 172+153+219=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC99DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99DB is #536624. Grayscale: #A5A5A5. Windows color (decimal): -5465637 or 14391724. OLE color: 14391724.
HSL color Cylindrical-coordinate representation of color #AC99DB: hue angle of 257.27º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC99DB is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 153 | 219 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.14 |
| HSL | 257.27º | 0.48% | 0.73% | - |
| HSV(B) | 257.27º | 0.3% | 0.86% | - |
| XYZ | 41.19 | 36.67 | 71.92 | - |
| YUV | 166.21 | 157.79 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 219 | 0.21 | 0.30 | 0 | 0.14 | 257.27 | 0.48 | 0.73 |
| Hex | AC | 99 | DB | 15 | 1E | 0 | E | 101 | 30 | 49 |
| Octal | 254 | 231 | 333 | 25 | 36 | 0 | 16 | 401 | 60 | 111 |
| Binary | 10101100 | 10011001 | 11011011 | 10101 | 11110 | 0 | 1110 | 100000001 | 110000 | 1001001 |
Color Harmonies of #AC99DB
Complementary color
Monochromatic Colors of #AC99DB
Black with #AC99DB
Text Example
Text Example
White with #AC99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99DB; }
p { color: rgb(172,153,219); }
H1.HeaderClassName
{
color: #AC99DB;
}
.AnyTagClassName
{
color: #AC99DB;
}
</style>
background-color css
<style>
a { background-color: #AC99DB; }
a { background-color: rgb(172,153,219); }
div.DivClassName
{
background-color: #AC99DB;
}
.BgClassName
{
background-color: #AC99DB;
}
</style>
border-color css
<style>
span { border-color: #AC99DB; }
span { border-color: rgb(172,153,219); }
td.TdClassName
{
border-color: #AC99DB;
}
.TagClassName
{
border-color: #AC99DB;
}
</style>