Shades of Biloba Flower #AC89CF
Tints of Biloba Flower #AC89CF
RGB
CMYK
RGB Variations
Color information
#AC89CF (or 0xAC89CF) is known color: Biloba Flower. HEX triplet: AC, 89 and CF. RGB value is (172,137,207). Sum of RGB (Red+Green+Blue) = 172+137+207=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC89CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89CF is #537630. Grayscale: #9B9B9B. Windows color (decimal): -5469745 or 13601196. OLE color: 13601196.
HSL color Cylindrical-coordinate representation of color #AC89CF: hue angle of 270º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC89CF is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 137 | 207 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.19 |
| HSL | 270º | 0.42% | 0.67% | - |
| HSV(B) | 270º | 0.34% | 0.81% | - |
| XYZ | 37.22 | 31.17 | 63.09 | - |
| YUV | 155.45 | 157.1 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 207 | 0.17 | 0.34 | 0 | 0.19 | 270 | 0.42 | 0.67 |
| Hex | AC | 89 | CF | 11 | 22 | 0 | 13 | 10E | 2A | 43 |
| Octal | 254 | 211 | 317 | 21 | 42 | 0 | 23 | 416 | 52 | 103 |
| Binary | 10101100 | 10001001 | 11001111 | 10001 | 100010 | 0 | 10011 | 100001110 | 101010 | 1000011 |
Color Harmonies of #AC89CF
Complementary color
Monochromatic Colors of #AC89CF
Black with #AC89CF
Text Example
Text Example
White with #AC89CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC89CF; }
p { color: rgb(172,137,207); }
H1.HeaderClassName
{
color: #AC89CF;
}
.AnyTagClassName
{
color: #AC89CF;
}
</style>
background-color css
<style>
a { background-color: #AC89CF; }
a { background-color: rgb(172,137,207); }
div.DivClassName
{
background-color: #AC89CF;
}
.BgClassName
{
background-color: #AC89CF;
}
</style>
border-color css
<style>
span { border-color: #AC89CF; }
span { border-color: rgb(172,137,207); }
td.TdClassName
{
border-color: #AC89CF;
}
.TagClassName
{
border-color: #AC89CF;
}
</style>