Shades of Biloba Flower #AC85F0
Tints of Biloba Flower #AC85F0
RGB
CMYK
RGB Variations
Color information
#AC85F0 (or 0xAC85F0) is known color: Biloba Flower. HEX triplet: AC, 85 and F0. RGB value is (172,133,240). Sum of RGB (Red+Green+Blue) = 172+133+240=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC85F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC85F0 is #537A0F. Grayscale: #9C9C9C. Windows color (decimal): -5470736 or 15762860. OLE color: 15762860.
HSL color Cylindrical-coordinate representation of color #AC85F0: hue angle of 261.87º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC85F0 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 133 | 240 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.06 |
| HSL | 261.87º | 0.78% | 0.73% | - |
| HSV(B) | 261.87º | 0.45% | 0.94% | - |
| XYZ | 41.13 | 31.84 | 86.42 | - |
| YUV | 156.86 | 174.92 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 240 | 0.28 | 0.45 | 0 | 0.06 | 261.87 | 0.78 | 0.73 |
| Hex | AC | 85 | F0 | 1C | 2D | 0 | 6 | 106 | 4E | 49 |
| Octal | 254 | 205 | 360 | 34 | 55 | 0 | 6 | 406 | 116 | 111 |
| Binary | 10101100 | 10000101 | 11110000 | 11100 | 101101 | 0 | 110 | 100000110 | 1001110 | 1001001 |
Color Harmonies of #AC85F0
Complementary color
Monochromatic Colors of #AC85F0
Black with #AC85F0
Text Example
Text Example
White with #AC85F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC85F0; }
p { color: rgb(172,133,240); }
H1.HeaderClassName
{
color: #AC85F0;
}
.AnyTagClassName
{
color: #AC85F0;
}
</style>
background-color css
<style>
a { background-color: #AC85F0; }
a { background-color: rgb(172,133,240); }
div.DivClassName
{
background-color: #AC85F0;
}
.BgClassName
{
background-color: #AC85F0;
}
</style>
border-color css
<style>
span { border-color: #AC85F0; }
span { border-color: rgb(172,133,240); }
td.TdClassName
{
border-color: #AC85F0;
}
.TagClassName
{
border-color: #AC85F0;
}
</style>