Shades of Biloba Flower #AC99CE
Tints of Biloba Flower #AC99CE
RGB
CMYK
RGB Variations
Color information
#AC99CE (or 0xAC99CE) is known color: Biloba Flower. HEX triplet: AC, 99 and CE. RGB value is (172,153,206). Sum of RGB (Red+Green+Blue) = 172+153+206=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC99CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99CE is #536631. Grayscale: #A4A4A4. Windows color (decimal): -5465650 or 13539756. OLE color: 13539756.
HSL color Cylindrical-coordinate representation of color #AC99CE: hue angle of 261.51º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC99CE is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 153 | 206 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.19 |
| HSL | 261.51º | 0.35% | 0.7% | - |
| HSV(B) | 261.51º | 0.26% | 0.81% | - |
| XYZ | 39.55 | 36.01 | 63.26 | - |
| YUV | 164.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 206 | 0.17 | 0.26 | 0 | 0.19 | 261.51 | 0.35 | 0.7 |
| Hex | AC | 99 | CE | 11 | 1A | 0 | 13 | 106 | 23 | 46 |
| Octal | 254 | 231 | 316 | 21 | 32 | 0 | 23 | 406 | 43 | 106 |
| Binary | 10101100 | 10011001 | 11001110 | 10001 | 11010 | 0 | 10011 | 100000110 | 100011 | 1000110 |
Color Harmonies of #AC99CE
Complementary color
Monochromatic Colors of #AC99CE
Black with #AC99CE
Text Example
Text Example
White with #AC99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99CE; }
p { color: rgb(172,153,206); }
H1.HeaderClassName
{
color: #AC99CE;
}
.AnyTagClassName
{
color: #AC99CE;
}
</style>
background-color css
<style>
a { background-color: #AC99CE; }
a { background-color: rgb(172,153,206); }
div.DivClassName
{
background-color: #AC99CE;
}
.BgClassName
{
background-color: #AC99CE;
}
</style>
border-color css
<style>
span { border-color: #AC99CE; }
span { border-color: rgb(172,153,206); }
td.TdClassName
{
border-color: #AC99CE;
}
.TagClassName
{
border-color: #AC99CE;
}
</style>