Shades of Biloba Flower #AC99E0
Tints of Biloba Flower #AC99E0
RGB
CMYK
RGB Variations
Color information
#AC99E0 (or 0xAC99E0) is known color: Biloba Flower. HEX triplet: AC, 99 and E0. RGB value is (172,153,224). Sum of RGB (Red+Green+Blue) = 172+153+224=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC99E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99E0 is #53661F. Grayscale: #A6A6A6. Windows color (decimal): -5465632 or 14719404. OLE color: 14719404.
HSL color Cylindrical-coordinate representation of color #AC99E0: hue angle of 256.06º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC99E0 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 153 | 224 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.12 |
| HSL | 256.06º | 0.53% | 0.74% | - |
| HSV(B) | 256.06º | 0.32% | 0.88% | - |
| XYZ | 41.86 | 36.93 | 75.44 | - |
| YUV | 166.78 | 160.29 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 224 | 0.23 | 0.32 | 0 | 0.12 | 256.06 | 0.53 | 0.74 |
| Hex | AC | 99 | E0 | 17 | 20 | 0 | C | 100 | 35 | 4A |
| Octal | 254 | 231 | 340 | 27 | 40 | 0 | 14 | 400 | 65 | 112 |
| Binary | 10101100 | 10011001 | 11100000 | 10111 | 100000 | 0 | 1100 | 100000000 | 110101 | 1001010 |
Color Harmonies of #AC99E0
Complementary color
Monochromatic Colors of #AC99E0
Black with #AC99E0
Text Example
Text Example
White with #AC99E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99E0; }
p { color: rgb(172,153,224); }
H1.HeaderClassName
{
color: #AC99E0;
}
.AnyTagClassName
{
color: #AC99E0;
}
</style>
background-color css
<style>
a { background-color: #AC99E0; }
a { background-color: rgb(172,153,224); }
div.DivClassName
{
background-color: #AC99E0;
}
.BgClassName
{
background-color: #AC99E0;
}
</style>
border-color css
<style>
span { border-color: #AC99E0; }
span { border-color: rgb(172,153,224); }
td.TdClassName
{
border-color: #AC99E0;
}
.TagClassName
{
border-color: #AC99E0;
}
</style>