Shades of Biloba Flower #AC8ADB
Tints of Biloba Flower #AC8ADB
RGB
CMYK
RGB Variations
Color information
#AC8ADB (or 0xAC8ADB) is known color: Biloba Flower. HEX triplet: AC, 8A and DB. RGB value is (172,138,219). Sum of RGB (Red+Green+Blue) = 172+138+219=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC8ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ADB is #537524. Grayscale: #9D9D9D. Windows color (decimal): -5469477 or 14387884. OLE color: 14387884.
HSL color Cylindrical-coordinate representation of color #AC8ADB: hue angle of 265.19º 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 #AC8ADB is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 138 | 219 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.14 |
| HSL | 265.19º | 0.53% | 0.7% | - |
| HSV(B) | 265.19º | 0.37% | 0.86% | - |
| XYZ | 38.89 | 32.06 | 71.16 | - |
| YUV | 157.4 | 162.76 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 219 | 0.21 | 0.37 | 0 | 0.14 | 265.19 | 0.53 | 0.7 |
| Hex | AC | 8A | DB | 15 | 25 | 0 | E | 109 | 35 | 46 |
| Octal | 254 | 212 | 333 | 25 | 45 | 0 | 16 | 411 | 65 | 106 |
| Binary | 10101100 | 10001010 | 11011011 | 10101 | 100101 | 0 | 1110 | 100001001 | 110101 | 1000110 |
Color Harmonies of #AC8ADB
Complementary color
Monochromatic Colors of #AC8ADB
Black with #AC8ADB
Text Example
Text Example
White with #AC8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8ADB; }
p { color: rgb(172,138,219); }
H1.HeaderClassName
{
color: #AC8ADB;
}
.AnyTagClassName
{
color: #AC8ADB;
}
</style>
background-color css
<style>
a { background-color: #AC8ADB; }
a { background-color: rgb(172,138,219); }
div.DivClassName
{
background-color: #AC8ADB;
}
.BgClassName
{
background-color: #AC8ADB;
}
</style>
border-color css
<style>
span { border-color: #AC8ADB; }
span { border-color: rgb(172,138,219); }
td.TdClassName
{
border-color: #AC8ADB;
}
.TagClassName
{
border-color: #AC8ADB;
}
</style>