Shades of Biloba Flower #AC99C6
Tints of Biloba Flower #AC99C6
RGB
CMYK
RGB Variations
Color information
#AC99C6 (or 0xAC99C6) is known color: Biloba Flower. HEX triplet: AC, 99 and C6. RGB value is (172,153,198). Sum of RGB (Red+Green+Blue) = 172+153+198=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC99C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99C6 is #536639. Grayscale: #A3A3A3. Windows color (decimal): -5465658 or 13015468. OLE color: 13015468.
HSL color Cylindrical-coordinate representation of color #AC99C6: hue angle of 265.33º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC99C6 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 153 | 198 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.22 |
| HSL | 265.33º | 0.28% | 0.69% | - |
| HSV(B) | 265.33º | 0.23% | 0.78% | - |
| XYZ | 38.6 | 35.63 | 58.27 | - |
| YUV | 163.81 | 147.29 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 198 | 0.13 | 0.23 | 0 | 0.22 | 265.33 | 0.28 | 0.69 |
| Hex | AC | 99 | C6 | D | 17 | 0 | 16 | 109 | 1C | 45 |
| Octal | 254 | 231 | 306 | 15 | 27 | 0 | 26 | 411 | 34 | 105 |
| Binary | 10101100 | 10011001 | 11000110 | 1101 | 10111 | 0 | 10110 | 100001001 | 11100 | 1000101 |
Color Harmonies of #AC99C6
Complementary color
Monochromatic Colors of #AC99C6
Black with #AC99C6
Text Example
Text Example
White with #AC99C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99C6; }
p { color: rgb(172,153,198); }
H1.HeaderClassName
{
color: #AC99C6;
}
.AnyTagClassName
{
color: #AC99C6;
}
</style>
background-color css
<style>
a { background-color: #AC99C6; }
a { background-color: rgb(172,153,198); }
div.DivClassName
{
background-color: #AC99C6;
}
.BgClassName
{
background-color: #AC99C6;
}
</style>
border-color css
<style>
span { border-color: #AC99C6; }
span { border-color: rgb(172,153,198); }
td.TdClassName
{
border-color: #AC99C6;
}
.TagClassName
{
border-color: #AC99C6;
}
</style>