Shades of Biloba Flower #AC9CC0
Tints of Biloba Flower #AC9CC0
RGB
CMYK
RGB Variations
Color information
#AC9CC0 (or 0xAC9CC0) is known color: Biloba Flower. HEX triplet: AC, 9C and C0. RGB value is (172,156,192). Sum of RGB (Red+Green+Blue) = 172+156+192=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC9CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CC0 is #53633F. Grayscale: #A4A4A4. Windows color (decimal): -5464896 or 12623020. OLE color: 12623020.
HSL color Cylindrical-coordinate representation of color #AC9CC0: hue angle of 266.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC9CC0 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 156 | 192 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.25 |
| HSL | 266.67º | 0.22% | 0.68% | - |
| HSV(B) | 266.67º | 0.19% | 0.75% | - |
| XYZ | 38.42 | 36.35 | 54.86 | - |
| YUV | 164.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 192 | 0.10 | 0.19 | 0 | 0.25 | 266.67 | 0.22 | 0.68 |
| Hex | AC | 9C | C0 | A | 13 | 0 | 19 | 10B | 16 | 44 |
| Octal | 254 | 234 | 300 | 12 | 23 | 0 | 31 | 413 | 26 | 104 |
| Binary | 10101100 | 10011100 | 11000000 | 1010 | 10011 | 0 | 11001 | 100001011 | 10110 | 1000100 |
Color Harmonies of #AC9CC0
Complementary color
Monochromatic Colors of #AC9CC0
Black with #AC9CC0
Text Example
Text Example
White with #AC9CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9CC0; }
p { color: rgb(172,156,192); }
H1.HeaderClassName
{
color: #AC9CC0;
}
.AnyTagClassName
{
color: #AC9CC0;
}
</style>
background-color css
<style>
a { background-color: #AC9CC0; }
a { background-color: rgb(172,156,192); }
div.DivClassName
{
background-color: #AC9CC0;
}
.BgClassName
{
background-color: #AC9CC0;
}
</style>
border-color css
<style>
span { border-color: #AC9CC0; }
span { border-color: rgb(172,156,192); }
td.TdClassName
{
border-color: #AC9CC0;
}
.TagClassName
{
border-color: #AC9CC0;
}
</style>