Shades of Biloba Flower #AC85D8
Tints of Biloba Flower #AC85D8
RGB
CMYK
RGB Variations
Color information
#AC85D8 (or 0xAC85D8) is known color: Biloba Flower. HEX triplet: AC, 85 and D8. RGB value is (172,133,216). Sum of RGB (Red+Green+Blue) = 172+133+216=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC85D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC85D8 is #537A27. Grayscale: #999999. Windows color (decimal): -5470760 or 14189996. OLE color: 14189996.
HSL color Cylindrical-coordinate representation of color #AC85D8: hue angle of 268.19º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC85D8 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 133 | 216 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.15 |
| HSL | 268.19º | 0.52% | 0.68% | - |
| HSV(B) | 268.19º | 0.38% | 0.85% | - |
| XYZ | 37.8 | 30.5 | 68.86 | - |
| YUV | 154.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 216 | 0.20 | 0.38 | 0 | 0.15 | 268.19 | 0.52 | 0.68 |
| Hex | AC | 85 | D8 | 14 | 26 | 0 | F | 10C | 34 | 44 |
| Octal | 254 | 205 | 330 | 24 | 46 | 0 | 17 | 414 | 64 | 104 |
| Binary | 10101100 | 10000101 | 11011000 | 10100 | 100110 | 0 | 1111 | 100001100 | 110100 | 1000100 |
Color Harmonies of #AC85D8
Complementary color
Monochromatic Colors of #AC85D8
Black with #AC85D8
Text Example
Text Example
White with #AC85D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC85D8; }
p { color: rgb(172,133,216); }
H1.HeaderClassName
{
color: #AC85D8;
}
.AnyTagClassName
{
color: #AC85D8;
}
</style>
background-color css
<style>
a { background-color: #AC85D8; }
a { background-color: rgb(172,133,216); }
div.DivClassName
{
background-color: #AC85D8;
}
.BgClassName
{
background-color: #AC85D8;
}
</style>
border-color css
<style>
span { border-color: #AC85D8; }
span { border-color: rgb(172,133,216); }
td.TdClassName
{
border-color: #AC85D8;
}
.TagClassName
{
border-color: #AC85D8;
}
</style>