Shades of Biloba Flower #AC99CF
Tints of Biloba Flower #AC99CF
RGB
CMYK
RGB Variations
Color information
#AC99CF (or 0xAC99CF) is known color: Biloba Flower. HEX triplet: AC, 99 and CF. RGB value is (172,153,207). Sum of RGB (Red+Green+Blue) = 172+153+207=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC99CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99CF is #536630. Grayscale: #A4A4A4. Windows color (decimal): -5465649 or 13605292. OLE color: 13605292.
HSL color Cylindrical-coordinate representation of color #AC99CF: hue angle of 261.11º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC99CF is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 153 | 207 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.19 |
| HSL | 261.11º | 0.36% | 0.71% | - |
| HSV(B) | 261.11º | 0.26% | 0.81% | - |
| XYZ | 39.67 | 36.06 | 63.9 | - |
| YUV | 164.84 | 151.79 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 207 | 0.17 | 0.26 | 0 | 0.19 | 261.11 | 0.36 | 0.71 |
| Hex | AC | 99 | CF | 11 | 1A | 0 | 13 | 105 | 24 | 47 |
| Octal | 254 | 231 | 317 | 21 | 32 | 0 | 23 | 405 | 44 | 107 |
| Binary | 10101100 | 10011001 | 11001111 | 10001 | 11010 | 0 | 10011 | 100000101 | 100100 | 1000111 |
Color Harmonies of #AC99CF
Complementary color
Monochromatic Colors of #AC99CF
Black with #AC99CF
Text Example
Text Example
White with #AC99CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99CF; }
p { color: rgb(172,153,207); }
H1.HeaderClassName
{
color: #AC99CF;
}
.AnyTagClassName
{
color: #AC99CF;
}
</style>
background-color css
<style>
a { background-color: #AC99CF; }
a { background-color: rgb(172,153,207); }
div.DivClassName
{
background-color: #AC99CF;
}
.BgClassName
{
background-color: #AC99CF;
}
</style>
border-color css
<style>
span { border-color: #AC99CF; }
span { border-color: rgb(172,153,207); }
td.TdClassName
{
border-color: #AC99CF;
}
.TagClassName
{
border-color: #AC99CF;
}
</style>