Shades of Biloba Flower #AC98C5
Tints of Biloba Flower #AC98C5
RGB
CMYK
RGB Variations
Color information
#AC98C5 (or 0xAC98C5) is known color: Biloba Flower. HEX triplet: AC, 98 and C5. RGB value is (172,152,197). Sum of RGB (Red+Green+Blue) = 172+152+197=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC98C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98C5 is #53673A. Grayscale: #A2A2A2. Windows color (decimal): -5465915 or 12949676. OLE color: 12949676.
HSL color Cylindrical-coordinate representation of color #AC98C5: hue angle of 266.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC98C5 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 152 | 197 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.23 |
| HSL | 266.67º | 0.28% | 0.68% | - |
| HSV(B) | 266.67º | 0.23% | 0.77% | - |
| XYZ | 38.32 | 35.26 | 57.61 | - |
| YUV | 163.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 197 | 0.13 | 0.23 | 0 | 0.23 | 266.67 | 0.28 | 0.68 |
| Hex | AC | 98 | C5 | D | 17 | 0 | 17 | 10B | 1C | 44 |
| Octal | 254 | 230 | 305 | 15 | 27 | 0 | 27 | 413 | 34 | 104 |
| Binary | 10101100 | 10011000 | 11000101 | 1101 | 10111 | 0 | 10111 | 100001011 | 11100 | 1000100 |
Color Harmonies of #AC98C5
Complementary color
Monochromatic Colors of #AC98C5
Black with #AC98C5
Text Example
Text Example
White with #AC98C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC98C5; }
p { color: rgb(172,152,197); }
H1.HeaderClassName
{
color: #AC98C5;
}
.AnyTagClassName
{
color: #AC98C5;
}
</style>
background-color css
<style>
a { background-color: #AC98C5; }
a { background-color: rgb(172,152,197); }
div.DivClassName
{
background-color: #AC98C5;
}
.BgClassName
{
background-color: #AC98C5;
}
</style>
border-color css
<style>
span { border-color: #AC98C5; }
span { border-color: rgb(172,152,197); }
td.TdClassName
{
border-color: #AC98C5;
}
.TagClassName
{
border-color: #AC98C5;
}
</style>