Shades of Biloba Flower #AC99D5
Tints of Biloba Flower #AC99D5
RGB
CMYK
RGB Variations
Color information
#AC99D5 (or 0xAC99D5) is known color: Biloba Flower. HEX triplet: AC, 99 and D5. RGB value is (172,153,213). Sum of RGB (Red+Green+Blue) = 172+153+213=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC99D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99D5 is #53662A. Grayscale: #A5A5A5. Windows color (decimal): -5465643 or 13998508. OLE color: 13998508.
HSL color Cylindrical-coordinate representation of color #AC99D5: hue angle of 259º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC99D5 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 153 | 213 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.16 |
| HSL | 259º | 0.42% | 0.72% | - |
| HSV(B) | 259º | 0.28% | 0.84% | - |
| XYZ | 40.41 | 36.36 | 67.84 | - |
| YUV | 165.52 | 154.79 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 213 | 0.19 | 0.28 | 0 | 0.16 | 259 | 0.42 | 0.72 |
| Hex | AC | 99 | D5 | 13 | 1C | 0 | 10 | 103 | 2A | 48 |
| Octal | 254 | 231 | 325 | 23 | 34 | 0 | 20 | 403 | 52 | 110 |
| Binary | 10101100 | 10011001 | 11010101 | 10011 | 11100 | 0 | 10000 | 100000011 | 101010 | 1001000 |
Color Harmonies of #AC99D5
Complementary color
Monochromatic Colors of #AC99D5
Black with #AC99D5
Text Example
Text Example
White with #AC99D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99D5; }
p { color: rgb(172,153,213); }
H1.HeaderClassName
{
color: #AC99D5;
}
.AnyTagClassName
{
color: #AC99D5;
}
</style>
background-color css
<style>
a { background-color: #AC99D5; }
a { background-color: rgb(172,153,213); }
div.DivClassName
{
background-color: #AC99D5;
}
.BgClassName
{
background-color: #AC99D5;
}
</style>
border-color css
<style>
span { border-color: #AC99D5; }
span { border-color: rgb(172,153,213); }
td.TdClassName
{
border-color: #AC99D5;
}
.TagClassName
{
border-color: #AC99D5;
}
</style>