Shades of Biloba Flower #AC9CCC
Tints of Biloba Flower #AC9CCC
RGB
CMYK
RGB Variations
Color information
#AC9CCC (or 0xAC9CCC) is known color: Biloba Flower. HEX triplet: AC, 9C and CC. RGB value is (172,156,204). Sum of RGB (Red+Green+Blue) = 172+156+204=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC9CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CCC is #536333. Grayscale: #A6A6A6. Windows color (decimal): -5464884 or 13409452. OLE color: 13409452.
HSL color Cylindrical-coordinate representation of color #AC9CCC: hue angle of 260º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC9CCC is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 156 | 204 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.2 |
| HSL | 260º | 0.32% | 0.71% | - |
| HSV(B) | 260º | 0.24% | 0.8% | - |
| XYZ | 39.8 | 36.91 | 62.15 | - |
| YUV | 166.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 204 | 0.16 | 0.24 | 0 | 0.2 | 260 | 0.32 | 0.71 |
| Hex | AC | 9C | CC | 10 | 18 | 0 | 14 | 104 | 20 | 47 |
| Octal | 254 | 234 | 314 | 20 | 30 | 0 | 24 | 404 | 40 | 107 |
| Binary | 10101100 | 10011100 | 11001100 | 10000 | 11000 | 0 | 10100 | 100000100 | 100000 | 1000111 |
Color Harmonies of #AC9CCC
Complementary color
Monochromatic Colors of #AC9CCC
Black with #AC9CCC
Text Example
Text Example
White with #AC9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9CCC; }
p { color: rgb(172,156,204); }
H1.HeaderClassName
{
color: #AC9CCC;
}
.AnyTagClassName
{
color: #AC9CCC;
}
</style>
background-color css
<style>
a { background-color: #AC9CCC; }
a { background-color: rgb(172,156,204); }
div.DivClassName
{
background-color: #AC9CCC;
}
.BgClassName
{
background-color: #AC9CCC;
}
</style>
border-color css
<style>
span { border-color: #AC9CCC; }
span { border-color: rgb(172,156,204); }
td.TdClassName
{
border-color: #AC9CCC;
}
.TagClassName
{
border-color: #AC9CCC;
}
</style>