Shades of Biloba Flower #AC84F0
Tints of Biloba Flower #AC84F0
RGB
CMYK
RGB Variations
Color information
#AC84F0 (or 0xAC84F0) is known color: Biloba Flower. HEX triplet: AC, 84 and F0. RGB value is (172,132,240). Sum of RGB (Red+Green+Blue) = 172+132+240=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC84F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC84F0 is #537B0F. Grayscale: #9B9B9B. Windows color (decimal): -5470992 or 15762604. OLE color: 15762604.
HSL color Cylindrical-coordinate representation of color #AC84F0: hue angle of 262.22º 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 #AC84F0 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 132 | 240 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.06 |
| HSL | 262.22º | 0.78% | 0.73% | - |
| HSV(B) | 262.22º | 0.45% | 0.94% | - |
| XYZ | 40.99 | 31.56 | 86.37 | - |
| YUV | 156.27 | 175.25 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 240 | 0.28 | 0.45 | 0 | 0.06 | 262.22 | 0.78 | 0.73 |
| Hex | AC | 84 | F0 | 1C | 2D | 0 | 6 | 106 | 4E | 49 |
| Octal | 254 | 204 | 360 | 34 | 55 | 0 | 6 | 406 | 116 | 111 |
| Binary | 10101100 | 10000100 | 11110000 | 11100 | 101101 | 0 | 110 | 100000110 | 1001110 | 1001001 |
Color Harmonies of #AC84F0
Complementary color
Monochromatic Colors of #AC84F0
Black with #AC84F0
Text Example
Text Example
White with #AC84F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC84F0; }
p { color: rgb(172,132,240); }
H1.HeaderClassName
{
color: #AC84F0;
}
.AnyTagClassName
{
color: #AC84F0;
}
</style>
background-color css
<style>
a { background-color: #AC84F0; }
a { background-color: rgb(172,132,240); }
div.DivClassName
{
background-color: #AC84F0;
}
.BgClassName
{
background-color: #AC84F0;
}
</style>
border-color css
<style>
span { border-color: #AC84F0; }
span { border-color: rgb(172,132,240); }
td.TdClassName
{
border-color: #AC84F0;
}
.TagClassName
{
border-color: #AC84F0;
}
</style>