Shades of Biloba Flower #AC8ECF
Tints of Biloba Flower #AC8ECF
RGB
CMYK
RGB Variations
Color information
#AC8ECF (or 0xAC8ECF) is known color: Biloba Flower. HEX triplet: AC, 8E and CF. RGB value is (172,142,207). Sum of RGB (Red+Green+Blue) = 172+142+207=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC8ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ECF is #537130. Grayscale: #9E9E9E. Windows color (decimal): -5468465 or 13602476. OLE color: 13602476.
HSL color Cylindrical-coordinate representation of color #AC8ECF: hue angle of 267.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC8ECF is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 142 | 207 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.19 |
| HSL | 267.69º | 0.4% | 0.68% | - |
| HSV(B) | 267.69º | 0.31% | 0.81% | - |
| XYZ | 37.95 | 32.62 | 63.33 | - |
| YUV | 158.38 | 155.44 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 142 | 207 | 0.17 | 0.31 | 0 | 0.19 | 267.69 | 0.4 | 0.68 |
| Hex | AC | 8E | CF | 11 | 1F | 0 | 13 | 10C | 28 | 44 |
| Octal | 254 | 216 | 317 | 21 | 37 | 0 | 23 | 414 | 50 | 104 |
| Binary | 10101100 | 10001110 | 11001111 | 10001 | 11111 | 0 | 10011 | 100001100 | 101000 | 1000100 |
Color Harmonies of #AC8ECF
Complementary color
Monochromatic Colors of #AC8ECF
Black with #AC8ECF
Text Example
Text Example
White with #AC8ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8ECF; }
p { color: rgb(172,142,207); }
H1.HeaderClassName
{
color: #AC8ECF;
}
.AnyTagClassName
{
color: #AC8ECF;
}
</style>
background-color css
<style>
a { background-color: #AC8ECF; }
a { background-color: rgb(172,142,207); }
div.DivClassName
{
background-color: #AC8ECF;
}
.BgClassName
{
background-color: #AC8ECF;
}
</style>
border-color css
<style>
span { border-color: #AC8ECF; }
span { border-color: rgb(172,142,207); }
td.TdClassName
{
border-color: #AC8ECF;
}
.TagClassName
{
border-color: #AC8ECF;
}
</style>