Shades of Biloba Flower #AC99D3
Tints of Biloba Flower #AC99D3
RGB
CMYK
RGB Variations
Color information
#AC99D3 (or 0xAC99D3) is known color: Biloba Flower. HEX triplet: AC, 99 and D3. RGB value is (172,153,211). Sum of RGB (Red+Green+Blue) = 172+153+211=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC99D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99D3 is #53662C. Grayscale: #A5A5A5. Windows color (decimal): -5465645 or 13867436. OLE color: 13867436.
HSL color Cylindrical-coordinate representation of color #AC99D3: hue angle of 259.66º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC99D3 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 153 | 211 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.17 |
| HSL | 259.66º | 0.4% | 0.71% | - |
| HSV(B) | 259.66º | 0.27% | 0.83% | - |
| XYZ | 40.16 | 36.26 | 66.51 | - |
| YUV | 165.29 | 153.79 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 211 | 0.18 | 0.27 | 0 | 0.17 | 259.66 | 0.4 | 0.71 |
| Hex | AC | 99 | D3 | 12 | 1B | 0 | 11 | 104 | 28 | 47 |
| Octal | 254 | 231 | 323 | 22 | 33 | 0 | 21 | 404 | 50 | 107 |
| Binary | 10101100 | 10011001 | 11010011 | 10010 | 11011 | 0 | 10001 | 100000100 | 101000 | 1000111 |
Color Harmonies of #AC99D3
Complementary color
Monochromatic Colors of #AC99D3
Black with #AC99D3
Text Example
Text Example
White with #AC99D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99D3; }
p { color: rgb(172,153,211); }
H1.HeaderClassName
{
color: #AC99D3;
}
.AnyTagClassName
{
color: #AC99D3;
}
</style>
background-color css
<style>
a { background-color: #AC99D3; }
a { background-color: rgb(172,153,211); }
div.DivClassName
{
background-color: #AC99D3;
}
.BgClassName
{
background-color: #AC99D3;
}
</style>
border-color css
<style>
span { border-color: #AC99D3; }
span { border-color: rgb(172,153,211); }
td.TdClassName
{
border-color: #AC99D3;
}
.TagClassName
{
border-color: #AC99D3;
}
</style>