Shades of Biloba Flower #AC9EC0
Tints of Biloba Flower #AC9EC0
RGB
CMYK
RGB Variations
Color information
#AC9EC0 (or 0xAC9EC0) is known color: Biloba Flower. HEX triplet: AC, 9E and C0. RGB value is (172,158,192). Sum of RGB (Red+Green+Blue) = 172+158+192=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC9EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EC0 is #53613F. Grayscale: #A5A5A5. Windows color (decimal): -5464384 or 12623532. OLE color: 12623532.
HSL color Cylindrical-coordinate representation of color #AC9EC0: hue angle of 264.71º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC9EC0 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 158 | 192 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.25 |
| HSL | 264.71º | 0.21% | 0.69% | - |
| HSV(B) | 264.71º | 0.18% | 0.75% | - |
| XYZ | 38.75 | 37.03 | 54.97 | - |
| YUV | 166.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 192 | 0.10 | 0.18 | 0 | 0.25 | 264.71 | 0.21 | 0.69 |
| Hex | AC | 9E | C0 | A | 12 | 0 | 19 | 109 | 15 | 45 |
| Octal | 254 | 236 | 300 | 12 | 22 | 0 | 31 | 411 | 25 | 105 |
| Binary | 10101100 | 10011110 | 11000000 | 1010 | 10010 | 0 | 11001 | 100001001 | 10101 | 1000101 |
Color Harmonies of #AC9EC0
Complementary color
Monochromatic Colors of #AC9EC0
Black with #AC9EC0
Text Example
Text Example
White with #AC9EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9EC0; }
p { color: rgb(172,158,192); }
H1.HeaderClassName
{
color: #AC9EC0;
}
.AnyTagClassName
{
color: #AC9EC0;
}
</style>
background-color css
<style>
a { background-color: #AC9EC0; }
a { background-color: rgb(172,158,192); }
div.DivClassName
{
background-color: #AC9EC0;
}
.BgClassName
{
background-color: #AC9EC0;
}
</style>
border-color css
<style>
span { border-color: #AC9EC0; }
span { border-color: rgb(172,158,192); }
td.TdClassName
{
border-color: #AC9EC0;
}
.TagClassName
{
border-color: #AC9EC0;
}
</style>