Shades of Biloba Flower #AC86EC
Tints of Biloba Flower #AC86EC
RGB
CMYK
RGB Variations
Color information
#AC86EC (or 0xAC86EC) is known color: Biloba Flower. HEX triplet: AC, 86 and EC. RGB value is (172,134,236). Sum of RGB (Red+Green+Blue) = 172+134+236=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC86EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC86EC is #537913. Grayscale: #9C9C9C. Windows color (decimal): -5470484 or 15500972. OLE color: 15500972.
HSL color Cylindrical-coordinate representation of color #AC86EC: hue angle of 262.35º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC86EC is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 134 | 236 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.07 |
| HSL | 262.35º | 0.73% | 0.73% | - |
| HSV(B) | 262.35º | 0.43% | 0.93% | - |
| XYZ | 40.68 | 31.88 | 83.37 | - |
| YUV | 156.99 | 172.59 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 236 | 0.27 | 0.43 | 0 | 0.07 | 262.35 | 0.73 | 0.73 |
| Hex | AC | 86 | EC | 1B | 2B | 0 | 7 | 106 | 49 | 49 |
| Octal | 254 | 206 | 354 | 33 | 53 | 0 | 7 | 406 | 111 | 111 |
| Binary | 10101100 | 10000110 | 11101100 | 11011 | 101011 | 0 | 111 | 100000110 | 1001001 | 1001001 |
Color Harmonies of #AC86EC
Complementary color
Monochromatic Colors of #AC86EC
Black with #AC86EC
Text Example
Text Example
White with #AC86EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC86EC; }
p { color: rgb(172,134,236); }
H1.HeaderClassName
{
color: #AC86EC;
}
.AnyTagClassName
{
color: #AC86EC;
}
</style>
background-color css
<style>
a { background-color: #AC86EC; }
a { background-color: rgb(172,134,236); }
div.DivClassName
{
background-color: #AC86EC;
}
.BgClassName
{
background-color: #AC86EC;
}
</style>
border-color css
<style>
span { border-color: #AC86EC; }
span { border-color: rgb(172,134,236); }
td.TdClassName
{
border-color: #AC86EC;
}
.TagClassName
{
border-color: #AC86EC;
}
</style>