Shades of Biloba Flower #AC89ED
Tints of Biloba Flower #AC89ED
RGB
CMYK
RGB Variations
Color information
#AC89ED (or 0xAC89ED) is known color: Biloba Flower. HEX triplet: AC, 89 and ED. RGB value is (172,137,237). Sum of RGB (Red+Green+Blue) = 172+137+237=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC89ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC89ED is #537612. Grayscale: #9E9E9E. Windows color (decimal): -5469715 or 15567276. OLE color: 15567276.
HSL color Cylindrical-coordinate representation of color #AC89ED: hue angle of 261º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC89ED is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 137 | 237 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.07 |
| HSL | 261º | 0.74% | 0.73% | - |
| HSV(B) | 261º | 0.42% | 0.93% | - |
| XYZ | 41.24 | 32.78 | 84.27 | - |
| YUV | 158.87 | 172.1 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 237 | 0.27 | 0.42 | 0 | 0.07 | 261 | 0.74 | 0.73 |
| Hex | AC | 89 | ED | 1B | 2A | 0 | 7 | 105 | 4A | 49 |
| Octal | 254 | 211 | 355 | 33 | 52 | 0 | 7 | 405 | 112 | 111 |
| Binary | 10101100 | 10001001 | 11101101 | 11011 | 101010 | 0 | 111 | 100000101 | 1001010 | 1001001 |
Color Harmonies of #AC89ED
Complementary color
Monochromatic Colors of #AC89ED
Black with #AC89ED
Text Example
Text Example
White with #AC89ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC89ED; }
p { color: rgb(172,137,237); }
H1.HeaderClassName
{
color: #AC89ED;
}
.AnyTagClassName
{
color: #AC89ED;
}
</style>
background-color css
<style>
a { background-color: #AC89ED; }
a { background-color: rgb(172,137,237); }
div.DivClassName
{
background-color: #AC89ED;
}
.BgClassName
{
background-color: #AC89ED;
}
</style>
border-color css
<style>
span { border-color: #AC89ED; }
span { border-color: rgb(172,137,237); }
td.TdClassName
{
border-color: #AC89ED;
}
.TagClassName
{
border-color: #AC89ED;
}
</style>