Shades of Biloba Flower #AC99C4
Tints of Biloba Flower #AC99C4
RGB
CMYK
RGB Variations
Color information
#AC99C4 (or 0xAC99C4) is known color: Biloba Flower. HEX triplet: AC, 99 and C4. RGB value is (172,153,196). Sum of RGB (Red+Green+Blue) = 172+153+196=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC99C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99C4 is #53663B. Grayscale: #A3A3A3. Windows color (decimal): -5465660 or 12884396. OLE color: 12884396.
HSL color Cylindrical-coordinate representation of color #AC99C4: hue angle of 266.51º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC99C4 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 153 | 196 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.23 |
| HSL | 266.51º | 0.27% | 0.68% | - |
| HSV(B) | 266.51º | 0.22% | 0.77% | - |
| XYZ | 38.37 | 35.54 | 57.06 | - |
| YUV | 163.58 | 146.29 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 196 | 0.12 | 0.22 | 0 | 0.23 | 266.51 | 0.27 | 0.68 |
| Hex | AC | 99 | C4 | C | 16 | 0 | 17 | 10B | 1B | 44 |
| Octal | 254 | 231 | 304 | 14 | 26 | 0 | 27 | 413 | 33 | 104 |
| Binary | 10101100 | 10011001 | 11000100 | 1100 | 10110 | 0 | 10111 | 100001011 | 11011 | 1000100 |
Color Harmonies of #AC99C4
Complementary color
Monochromatic Colors of #AC99C4
Black with #AC99C4
Text Example
Text Example
White with #AC99C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99C4; }
p { color: rgb(172,153,196); }
H1.HeaderClassName
{
color: #AC99C4;
}
.AnyTagClassName
{
color: #AC99C4;
}
</style>
background-color css
<style>
a { background-color: #AC99C4; }
a { background-color: rgb(172,153,196); }
div.DivClassName
{
background-color: #AC99C4;
}
.BgClassName
{
background-color: #AC99C4;
}
</style>
border-color css
<style>
span { border-color: #AC99C4; }
span { border-color: rgb(172,153,196); }
td.TdClassName
{
border-color: #AC99C4;
}
.TagClassName
{
border-color: #AC99C4;
}
</style>