Shades of Biloba Flower #AC8DDF
Tints of Biloba Flower #AC8DDF
RGB
CMYK
RGB Variations
Color information
#AC8DDF (or 0xAC8DDF) is known color: Biloba Flower. HEX triplet: AC, 8D and DF. RGB value is (172,141,223). Sum of RGB (Red+Green+Blue) = 172+141+223=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC8DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DDF is #537220. Grayscale: #9F9F9F. Windows color (decimal): -5468705 or 14650796. OLE color: 14650796.
HSL color Cylindrical-coordinate representation of color #AC8DDF: hue angle of 262.68º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC8DDF is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 141 | 223 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.13 |
| HSL | 262.68º | 0.56% | 0.71% | - |
| HSV(B) | 262.68º | 0.37% | 0.87% | - |
| XYZ | 39.86 | 33.15 | 74.11 | - |
| YUV | 159.62 | 163.77 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 223 | 0.23 | 0.37 | 0 | 0.13 | 262.68 | 0.56 | 0.71 |
| Hex | AC | 8D | DF | 17 | 25 | 0 | D | 107 | 38 | 47 |
| Octal | 254 | 215 | 337 | 27 | 45 | 0 | 15 | 407 | 70 | 107 |
| Binary | 10101100 | 10001101 | 11011111 | 10111 | 100101 | 0 | 1101 | 100000111 | 111000 | 1000111 |
Color Harmonies of #AC8DDF
Complementary color
Monochromatic Colors of #AC8DDF
Black with #AC8DDF
Text Example
Text Example
White with #AC8DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8DDF; }
p { color: rgb(172,141,223); }
H1.HeaderClassName
{
color: #AC8DDF;
}
.AnyTagClassName
{
color: #AC8DDF;
}
</style>
background-color css
<style>
a { background-color: #AC8DDF; }
a { background-color: rgb(172,141,223); }
div.DivClassName
{
background-color: #AC8DDF;
}
.BgClassName
{
background-color: #AC8DDF;
}
</style>
border-color css
<style>
span { border-color: #AC8DDF; }
span { border-color: rgb(172,141,223); }
td.TdClassName
{
border-color: #AC8DDF;
}
.TagClassName
{
border-color: #AC8DDF;
}
</style>