Shades of Biloba Flower #AC9EDB
Tints of Biloba Flower #AC9EDB
RGB
CMYK
RGB Variations
Color information
#AC9EDB (or 0xAC9EDB) is known color: Biloba Flower. HEX triplet: AC, 9E and DB. RGB value is (172,158,219). Sum of RGB (Red+Green+Blue) = 172+158+219=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EDB is #536124. Grayscale: #A8A8A8. Windows color (decimal): -5464357 or 14393004. OLE color: 14393004.
HSL color Cylindrical-coordinate representation of color #AC9EDB: hue angle of 253.77º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC9EDB is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 158 | 219 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.14 |
| HSL | 253.77º | 0.46% | 0.74% | - |
| HSV(B) | 253.77º | 0.28% | 0.86% | - |
| XYZ | 42.03 | 38.34 | 72.2 | - |
| YUV | 169.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 219 | 0.21 | 0.28 | 0 | 0.14 | 253.77 | 0.46 | 0.74 |
| Hex | AC | 9E | DB | 15 | 1C | 0 | E | FE | 2E | 4A |
| Octal | 254 | 236 | 333 | 25 | 34 | 0 | 16 | 376 | 56 | 112 |
| Binary | 10101100 | 10011110 | 11011011 | 10101 | 11100 | 0 | 1110 | 11111110 | 101110 | 1001010 |
Color Harmonies of #AC9EDB
Complementary color
Monochromatic Colors of #AC9EDB
Black with #AC9EDB
Text Example
Text Example
White with #AC9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9EDB; }
p { color: rgb(172,158,219); }
H1.HeaderClassName
{
color: #AC9EDB;
}
.AnyTagClassName
{
color: #AC9EDB;
}
</style>
background-color css
<style>
a { background-color: #AC9EDB; }
a { background-color: rgb(172,158,219); }
div.DivClassName
{
background-color: #AC9EDB;
}
.BgClassName
{
background-color: #AC9EDB;
}
</style>
border-color css
<style>
span { border-color: #AC9EDB; }
span { border-color: rgb(172,158,219); }
td.TdClassName
{
border-color: #AC9EDB;
}
.TagClassName
{
border-color: #AC9EDB;
}
</style>