Shades of Biloba Flower #AC89E7
Tints of Biloba Flower #AC89E7
RGB
CMYK
RGB Variations
Color information
#AC89E7 (or 0xAC89E7) is known color: Biloba Flower. HEX triplet: AC, 89 and E7. RGB value is (172,137,231). Sum of RGB (Red+Green+Blue) = 172+137+231=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC89E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC89E7 is #537618. Grayscale: #9D9D9D. Windows color (decimal): -5469721 or 15174060. OLE color: 15174060.
HSL color Cylindrical-coordinate representation of color #AC89E7: hue angle of 262.34º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC89E7 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 137 | 231 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.09 |
| HSL | 262.34º | 0.66% | 0.72% | - |
| HSV(B) | 262.34º | 0.41% | 0.91% | - |
| XYZ | 40.38 | 32.43 | 79.73 | - |
| YUV | 158.18 | 169.1 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 231 | 0.26 | 0.41 | 0 | 0.09 | 262.34 | 0.66 | 0.72 |
| Hex | AC | 89 | E7 | 1A | 29 | 0 | 9 | 106 | 42 | 48 |
| Octal | 254 | 211 | 347 | 32 | 51 | 0 | 11 | 406 | 102 | 110 |
| Binary | 10101100 | 10001001 | 11100111 | 11010 | 101001 | 0 | 1001 | 100000110 | 1000010 | 1001000 |
Color Harmonies of #AC89E7
Complementary color
Monochromatic Colors of #AC89E7
Black with #AC89E7
Text Example
Text Example
White with #AC89E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC89E7; }
p { color: rgb(172,137,231); }
H1.HeaderClassName
{
color: #AC89E7;
}
.AnyTagClassName
{
color: #AC89E7;
}
</style>
background-color css
<style>
a { background-color: #AC89E7; }
a { background-color: rgb(172,137,231); }
div.DivClassName
{
background-color: #AC89E7;
}
.BgClassName
{
background-color: #AC89E7;
}
</style>
border-color css
<style>
span { border-color: #AC89E7; }
span { border-color: rgb(172,137,231); }
td.TdClassName
{
border-color: #AC89E7;
}
.TagClassName
{
border-color: #AC89E7;
}
</style>