Shades of Biloba Flower #AC8BDB
Tints of Biloba Flower #AC8BDB
RGB
CMYK
RGB Variations
Color information
#AC8BDB (or 0xAC8BDB) is known color: Biloba Flower. HEX triplet: AC, 8B and DB. RGB value is (172,139,219). Sum of RGB (Red+Green+Blue) = 172+139+219=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC8BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8BDB is #537424. Grayscale: #9D9D9D. Windows color (decimal): -5469221 or 14388140. OLE color: 14388140.
HSL color Cylindrical-coordinate representation of color #AC8BDB: hue angle of 264.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC8BDB is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 139 | 219 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.14 |
| HSL | 264.75º | 0.53% | 0.7% | - |
| HSV(B) | 264.75º | 0.37% | 0.86% | - |
| XYZ | 39.03 | 32.35 | 71.2 | - |
| YUV | 157.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 219 | 0.21 | 0.37 | 0 | 0.14 | 264.75 | 0.53 | 0.7 |
| Hex | AC | 8B | DB | 15 | 25 | 0 | E | 109 | 35 | 46 |
| Octal | 254 | 213 | 333 | 25 | 45 | 0 | 16 | 411 | 65 | 106 |
| Binary | 10101100 | 10001011 | 11011011 | 10101 | 100101 | 0 | 1110 | 100001001 | 110101 | 1000110 |
Color Harmonies of #AC8BDB
Complementary color
Monochromatic Colors of #AC8BDB
Black with #AC8BDB
Text Example
Text Example
White with #AC8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8BDB; }
p { color: rgb(172,139,219); }
H1.HeaderClassName
{
color: #AC8BDB;
}
.AnyTagClassName
{
color: #AC8BDB;
}
</style>
background-color css
<style>
a { background-color: #AC8BDB; }
a { background-color: rgb(172,139,219); }
div.DivClassName
{
background-color: #AC8BDB;
}
.BgClassName
{
background-color: #AC8BDB;
}
</style>
border-color css
<style>
span { border-color: #AC8BDB; }
span { border-color: rgb(172,139,219); }
td.TdClassName
{
border-color: #AC8BDB;
}
.TagClassName
{
border-color: #AC8BDB;
}
</style>