Shades of Biloba Flower #AC9FDB
Tints of Biloba Flower #AC9FDB
RGB
CMYK
RGB Variations
Color information
#AC9FDB (or 0xAC9FDB) is known color: Biloba Flower. HEX triplet: AC, 9F and DB. RGB value is (172,159,219). Sum of RGB (Red+Green+Blue) = 172+159+219=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FDB is #536024. Grayscale: #A9A9A9. Windows color (decimal): -5464101 or 14393260. OLE color: 14393260.
HSL color Cylindrical-coordinate representation of color #AC9FDB: hue angle of 253º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC9FDB is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 159 | 219 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.14 |
| HSL | 253º | 0.45% | 0.74% | - |
| HSV(B) | 253º | 0.27% | 0.86% | - |
| XYZ | 42.2 | 38.68 | 72.26 | - |
| YUV | 169.73 | 155.81 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 159 | 219 | 0.21 | 0.27 | 0 | 0.14 | 253 | 0.45 | 0.74 |
| Hex | AC | 9F | DB | 15 | 1B | 0 | E | FD | 2D | 4A |
| Octal | 254 | 237 | 333 | 25 | 33 | 0 | 16 | 375 | 55 | 112 |
| Binary | 10101100 | 10011111 | 11011011 | 10101 | 11011 | 0 | 1110 | 11111101 | 101101 | 1001010 |
Color Harmonies of #AC9FDB
Complementary color
Monochromatic Colors of #AC9FDB
Black with #AC9FDB
Text Example
Text Example
White with #AC9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9FDB; }
p { color: rgb(172,159,219); }
H1.HeaderClassName
{
color: #AC9FDB;
}
.AnyTagClassName
{
color: #AC9FDB;
}
</style>
background-color css
<style>
a { background-color: #AC9FDB; }
a { background-color: rgb(172,159,219); }
div.DivClassName
{
background-color: #AC9FDB;
}
.BgClassName
{
background-color: #AC9FDB;
}
</style>
border-color css
<style>
span { border-color: #AC9FDB; }
span { border-color: rgb(172,159,219); }
td.TdClassName
{
border-color: #AC9FDB;
}
.TagClassName
{
border-color: #AC9FDB;
}
</style>