Shades of Biloba Flower #AC8CCF
Tints of Biloba Flower #AC8CCF
RGB
CMYK
RGB Variations
Color information
#AC8CCF (or 0xAC8CCF) is known color: Biloba Flower. HEX triplet: AC, 8C and CF. RGB value is (172,140,207). Sum of RGB (Red+Green+Blue) = 172+140+207=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC8CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CCF is #537330. Grayscale: #9C9C9C. Windows color (decimal): -5468977 or 13601964. OLE color: 13601964.
HSL color Cylindrical-coordinate representation of color #AC8CCF: hue angle of 268.66º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC8CCF is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 140 | 207 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.19 |
| HSL | 268.66º | 0.41% | 0.68% | - |
| HSV(B) | 268.66º | 0.32% | 0.81% | - |
| XYZ | 37.65 | 32.03 | 63.23 | - |
| YUV | 157.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 207 | 0.17 | 0.32 | 0 | 0.19 | 268.66 | 0.41 | 0.68 |
| Hex | AC | 8C | CF | 11 | 20 | 0 | 13 | 10D | 29 | 44 |
| Octal | 254 | 214 | 317 | 21 | 40 | 0 | 23 | 415 | 51 | 104 |
| Binary | 10101100 | 10001100 | 11001111 | 10001 | 100000 | 0 | 10011 | 100001101 | 101001 | 1000100 |
Color Harmonies of #AC8CCF
Complementary color
Monochromatic Colors of #AC8CCF
Black with #AC8CCF
Text Example
Text Example
White with #AC8CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8CCF; }
p { color: rgb(172,140,207); }
H1.HeaderClassName
{
color: #AC8CCF;
}
.AnyTagClassName
{
color: #AC8CCF;
}
</style>
background-color css
<style>
a { background-color: #AC8CCF; }
a { background-color: rgb(172,140,207); }
div.DivClassName
{
background-color: #AC8CCF;
}
.BgClassName
{
background-color: #AC8CCF;
}
</style>
border-color css
<style>
span { border-color: #AC8CCF; }
span { border-color: rgb(172,140,207); }
td.TdClassName
{
border-color: #AC8CCF;
}
.TagClassName
{
border-color: #AC8CCF;
}
</style>