Shades of Biloba Flower #AC89EE
Tints of Biloba Flower #AC89EE
RGB
CMYK
RGB Variations
Color information
#AC89EE (or 0xAC89EE) is known color: Biloba Flower. HEX triplet: AC, 89 and EE. RGB value is (172,137,238). Sum of RGB (Red+Green+Blue) = 172+137+238=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC89EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC89EE is #537611. Grayscale: #9E9E9E. Windows color (decimal): -5469714 or 15632812. OLE color: 15632812.
HSL color Cylindrical-coordinate representation of color #AC89EE: hue angle of 260.79º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC89EE is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 137 | 238 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.07 |
| HSL | 260.79º | 0.75% | 0.74% | - |
| HSV(B) | 260.79º | 0.42% | 0.93% | - |
| XYZ | 41.39 | 32.84 | 85.05 | - |
| YUV | 158.98 | 172.6 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 238 | 0.28 | 0.42 | 0 | 0.07 | 260.79 | 0.75 | 0.74 |
| Hex | AC | 89 | EE | 1C | 2A | 0 | 7 | 105 | 4B | 4A |
| Octal | 254 | 211 | 356 | 34 | 52 | 0 | 7 | 405 | 113 | 112 |
| Binary | 10101100 | 10001001 | 11101110 | 11100 | 101010 | 0 | 111 | 100000101 | 1001011 | 1001010 |
Color Harmonies of #AC89EE
Complementary color
Monochromatic Colors of #AC89EE
Black with #AC89EE
Text Example
Text Example
White with #AC89EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC89EE; }
p { color: rgb(172,137,238); }
H1.HeaderClassName
{
color: #AC89EE;
}
.AnyTagClassName
{
color: #AC89EE;
}
</style>
background-color css
<style>
a { background-color: #AC89EE; }
a { background-color: rgb(172,137,238); }
div.DivClassName
{
background-color: #AC89EE;
}
.BgClassName
{
background-color: #AC89EE;
}
</style>
border-color css
<style>
span { border-color: #AC89EE; }
span { border-color: rgb(172,137,238); }
td.TdClassName
{
border-color: #AC89EE;
}
.TagClassName
{
border-color: #AC89EE;
}
</style>