Shades of Biloba Flower #AC8CFC
Tints of Biloba Flower #AC8CFC
RGB
CMYK
RGB Variations
Color information
#AC8CFC (or 0xAC8CFC) is known color: Biloba Flower. HEX triplet: AC, 8C and FC. RGB value is (172,140,252). Sum of RGB (Red+Green+Blue) = 172+140+252=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC8CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8CFC is #537303. Grayscale: #A1A1A1. Windows color (decimal): -5468932 or 16551084. OLE color: 16551084.
HSL color Cylindrical-coordinate representation of color #AC8CFC: hue angle of 257.14º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC8CFC is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 140 | 252 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.01 |
| HSL | 257.14º | 0.95% | 0.77% | - |
| HSV(B) | 257.14º | 0.44% | 0.99% | - |
| XYZ | 43.96 | 34.56 | 96.45 | - |
| YUV | 162.34 | 178.6 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 252 | 0.32 | 0.44 | 0 | 0.01 | 257.14 | 0.95 | 0.77 |
| Hex | AC | 8C | FC | 20 | 2C | 0 | 1 | 101 | 5F | 4D |
| Octal | 254 | 214 | 374 | 40 | 54 | 0 | 1 | 401 | 137 | 115 |
| Binary | 10101100 | 10001100 | 11111100 | 100000 | 101100 | 0 | 1 | 100000001 | 1011111 | 1001101 |
Color Harmonies of #AC8CFC
Complementary color
Monochromatic Colors of #AC8CFC
Black with #AC8CFC
Text Example
Text Example
White with #AC8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8CFC; }
p { color: rgb(172,140,252); }
H1.HeaderClassName
{
color: #AC8CFC;
}
.AnyTagClassName
{
color: #AC8CFC;
}
</style>
background-color css
<style>
a { background-color: #AC8CFC; }
a { background-color: rgb(172,140,252); }
div.DivClassName
{
background-color: #AC8CFC;
}
.BgClassName
{
background-color: #AC8CFC;
}
</style>
border-color css
<style>
span { border-color: #AC8CFC; }
span { border-color: rgb(172,140,252); }
td.TdClassName
{
border-color: #AC8CFC;
}
.TagClassName
{
border-color: #AC8CFC;
}
</style>