Shades of Biloba Flower #AC99E9
Tints of Biloba Flower #AC99E9
RGB
CMYK
RGB Variations
Color information
#AC99E9 (or 0xAC99E9) is known color: Biloba Flower. HEX triplet: AC, 99 and E9. RGB value is (172,153,233). Sum of RGB (Red+Green+Blue) = 172+153+233=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC99E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC99E9 is #536616. Grayscale: #A7A7A7. Windows color (decimal): -5465623 or 15309228. OLE color: 15309228.
HSL color Cylindrical-coordinate representation of color #AC99E9: hue angle of 254.25º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC99E9 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 153 | 233 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.09 |
| HSL | 254.25º | 0.65% | 0.76% | - |
| HSV(B) | 254.25º | 0.34% | 0.91% | - |
| XYZ | 43.11 | 37.44 | 82.04 | - |
| YUV | 167.8 | 164.79 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 233 | 0.26 | 0.34 | 0 | 0.09 | 254.25 | 0.65 | 0.76 |
| Hex | AC | 99 | E9 | 1A | 22 | 0 | 9 | FE | 41 | 4C |
| Octal | 254 | 231 | 351 | 32 | 42 | 0 | 11 | 376 | 101 | 114 |
| Binary | 10101100 | 10011001 | 11101001 | 11010 | 100010 | 0 | 1001 | 11111110 | 1000001 | 1001100 |
Color Harmonies of #AC99E9
Complementary color
Monochromatic Colors of #AC99E9
Black with #AC99E9
Text Example
Text Example
White with #AC99E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99E9; }
p { color: rgb(172,153,233); }
H1.HeaderClassName
{
color: #AC99E9;
}
.AnyTagClassName
{
color: #AC99E9;
}
</style>
background-color css
<style>
a { background-color: #AC99E9; }
a { background-color: rgb(172,153,233); }
div.DivClassName
{
background-color: #AC99E9;
}
.BgClassName
{
background-color: #AC99E9;
}
</style>
border-color css
<style>
span { border-color: #AC99E9; }
span { border-color: rgb(172,153,233); }
td.TdClassName
{
border-color: #AC99E9;
}
.TagClassName
{
border-color: #AC99E9;
}
</style>