Shades of Biloba Flower #AC9ECE
Tints of Biloba Flower #AC9ECE
RGB
CMYK
RGB Variations
Color information
#AC9ECE (or 0xAC9ECE) is known color: Biloba Flower. HEX triplet: AC, 9E and CE. RGB value is (172,158,206). Sum of RGB (Red+Green+Blue) = 172+158+206=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC9ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ECE is #536131. Grayscale: #A7A7A7. Windows color (decimal): -5464370 or 13541036. OLE color: 13541036.
HSL color Cylindrical-coordinate representation of color #AC9ECE: hue angle of 257.5º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC9ECE is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 158 | 206 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.19 |
| HSL | 257.5º | 0.33% | 0.71% | - |
| HSV(B) | 257.5º | 0.23% | 0.81% | - |
| XYZ | 40.38 | 37.68 | 63.54 | - |
| YUV | 167.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 206 | 0.17 | 0.23 | 0 | 0.19 | 257.5 | 0.33 | 0.71 |
| Hex | AC | 9E | CE | 11 | 17 | 0 | 13 | 102 | 21 | 47 |
| Octal | 254 | 236 | 316 | 21 | 27 | 0 | 23 | 402 | 41 | 107 |
| Binary | 10101100 | 10011110 | 11001110 | 10001 | 10111 | 0 | 10011 | 100000010 | 100001 | 1000111 |
Color Harmonies of #AC9ECE
Complementary color
Monochromatic Colors of #AC9ECE
Black with #AC9ECE
Text Example
Text Example
White with #AC9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9ECE; }
p { color: rgb(172,158,206); }
H1.HeaderClassName
{
color: #AC9ECE;
}
.AnyTagClassName
{
color: #AC9ECE;
}
</style>
background-color css
<style>
a { background-color: #AC9ECE; }
a { background-color: rgb(172,158,206); }
div.DivClassName
{
background-color: #AC9ECE;
}
.BgClassName
{
background-color: #AC9ECE;
}
</style>
border-color css
<style>
span { border-color: #AC9ECE; }
span { border-color: rgb(172,158,206); }
td.TdClassName
{
border-color: #AC9ECE;
}
.TagClassName
{
border-color: #AC9ECE;
}
</style>