Shades of Biloba Flower #AC8CEC
Tints of Biloba Flower #AC8CEC
RGB
CMYK
RGB Variations
Color information
#AC8CEC (or 0xAC8CEC) is known color: Biloba Flower. HEX triplet: AC, 8C and EC. RGB value is (172,140,236). Sum of RGB (Red+Green+Blue) = 172+140+236=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC8CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8CEC is #537313. Grayscale: #A0A0A0. Windows color (decimal): -5468948 or 15502508. OLE color: 15502508.
HSL color Cylindrical-coordinate representation of color #AC8CEC: hue angle of 260º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC8CEC is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 140 | 236 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.07 |
| HSL | 260º | 0.72% | 0.74% | - |
| HSV(B) | 260º | 0.41% | 0.93% | - |
| XYZ | 41.53 | 33.58 | 83.65 | - |
| YUV | 160.51 | 170.6 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 236 | 0.27 | 0.41 | 0 | 0.07 | 260 | 0.72 | 0.74 |
| Hex | AC | 8C | EC | 1B | 29 | 0 | 7 | 104 | 48 | 4A |
| Octal | 254 | 214 | 354 | 33 | 51 | 0 | 7 | 404 | 110 | 112 |
| Binary | 10101100 | 10001100 | 11101100 | 11011 | 101001 | 0 | 111 | 100000100 | 1001000 | 1001010 |
Color Harmonies of #AC8CEC
Complementary color
Monochromatic Colors of #AC8CEC
Black with #AC8CEC
Text Example
Text Example
White with #AC8CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8CEC; }
p { color: rgb(172,140,236); }
H1.HeaderClassName
{
color: #AC8CEC;
}
.AnyTagClassName
{
color: #AC8CEC;
}
</style>
background-color css
<style>
a { background-color: #AC8CEC; }
a { background-color: rgb(172,140,236); }
div.DivClassName
{
background-color: #AC8CEC;
}
.BgClassName
{
background-color: #AC8CEC;
}
</style>
border-color css
<style>
span { border-color: #AC8CEC; }
span { border-color: rgb(172,140,236); }
td.TdClassName
{
border-color: #AC8CEC;
}
.TagClassName
{
border-color: #AC8CEC;
}
</style>