Shades of Biloba Flower #AC8CCC
Tints of Biloba Flower #AC8CCC
RGB
CMYK
RGB Variations
Color information
#AC8CCC (or 0xAC8CCC) is known color: Biloba Flower. HEX triplet: AC, 8C and CC. RGB value is (172,140,204). Sum of RGB (Red+Green+Blue) = 172+140+204=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC8CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CCC is #537333. Grayscale: #9C9C9C. Windows color (decimal): -5468980 or 13405356. OLE color: 13405356.
HSL color Cylindrical-coordinate representation of color #AC8CCC: hue angle of 270º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC8CCC is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 140 | 204 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.2 |
| HSL | 270º | 0.39% | 0.67% | - |
| HSV(B) | 270º | 0.31% | 0.8% | - |
| XYZ | 37.29 | 31.89 | 61.32 | - |
| YUV | 156.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 204 | 0.16 | 0.31 | 0 | 0.2 | 270 | 0.39 | 0.67 |
| Hex | AC | 8C | CC | 10 | 1F | 0 | 14 | 10E | 27 | 43 |
| Octal | 254 | 214 | 314 | 20 | 37 | 0 | 24 | 416 | 47 | 103 |
| Binary | 10101100 | 10001100 | 11001100 | 10000 | 11111 | 0 | 10100 | 100001110 | 100111 | 1000011 |
Color Harmonies of #AC8CCC
Complementary color
Monochromatic Colors of #AC8CCC
Black with #AC8CCC
Text Example
Text Example
White with #AC8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8CCC; }
p { color: rgb(172,140,204); }
H1.HeaderClassName
{
color: #AC8CCC;
}
.AnyTagClassName
{
color: #AC8CCC;
}
</style>
background-color css
<style>
a { background-color: #AC8CCC; }
a { background-color: rgb(172,140,204); }
div.DivClassName
{
background-color: #AC8CCC;
}
.BgClassName
{
background-color: #AC8CCC;
}
</style>
border-color css
<style>
span { border-color: #AC8CCC; }
span { border-color: rgb(172,140,204); }
td.TdClassName
{
border-color: #AC8CCC;
}
.TagClassName
{
border-color: #AC8CCC;
}
</style>