Shades of Biloba Flower #AC89E8
Tints of Biloba Flower #AC89E8
RGB
CMYK
RGB Variations
Color information
#AC89E8 (or 0xAC89E8) is known color: Biloba Flower. HEX triplet: AC, 89 and E8. RGB value is (172,137,232). Sum of RGB (Red+Green+Blue) = 172+137+232=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC89E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC89E8 is #537617. Grayscale: #9D9D9D. Windows color (decimal): -5469720 or 15239596. OLE color: 15239596.
HSL color Cylindrical-coordinate representation of color #AC89E8: hue angle of 262.11º degrees, saturation: 0.67, 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 #AC89E8 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 137 | 232 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.09 |
| HSL | 262.11º | 0.67% | 0.72% | - |
| HSV(B) | 262.11º | 0.41% | 0.91% | - |
| XYZ | 40.52 | 32.49 | 80.48 | - |
| YUV | 158.3 | 169.6 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 232 | 0.26 | 0.41 | 0 | 0.09 | 262.11 | 0.67 | 0.72 |
| Hex | AC | 89 | E8 | 1A | 29 | 0 | 9 | 106 | 43 | 48 |
| Octal | 254 | 211 | 350 | 32 | 51 | 0 | 11 | 406 | 103 | 110 |
| Binary | 10101100 | 10001001 | 11101000 | 11010 | 101001 | 0 | 1001 | 100000110 | 1000011 | 1001000 |
Color Harmonies of #AC89E8
Complementary color
Monochromatic Colors of #AC89E8
Black with #AC89E8
Text Example
Text Example
White with #AC89E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC89E8; }
p { color: rgb(172,137,232); }
H1.HeaderClassName
{
color: #AC89E8;
}
.AnyTagClassName
{
color: #AC89E8;
}
</style>
background-color css
<style>
a { background-color: #AC89E8; }
a { background-color: rgb(172,137,232); }
div.DivClassName
{
background-color: #AC89E8;
}
.BgClassName
{
background-color: #AC89E8;
}
</style>
border-color css
<style>
span { border-color: #AC89E8; }
span { border-color: rgb(172,137,232); }
td.TdClassName
{
border-color: #AC89E8;
}
.TagClassName
{
border-color: #AC89E8;
}
</style>