Shades of Biloba Flower #AC8BEE
Tints of Biloba Flower #AC8BEE
RGB
CMYK
RGB Variations
Color information
#AC8BEE (or 0xAC8BEE) is known color: Biloba Flower. HEX triplet: AC, 8B and EE. RGB value is (172,139,238). Sum of RGB (Red+Green+Blue) = 172+139+238=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC8BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8BEE is #537411. Grayscale: #9F9F9F. Windows color (decimal): -5469202 or 15633324. OLE color: 15633324.
HSL color Cylindrical-coordinate representation of color #AC8BEE: hue angle of 260º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC8BEE is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 139 | 238 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.07 |
| HSL | 260º | 0.74% | 0.74% | - |
| HSV(B) | 260º | 0.42% | 0.93% | - |
| XYZ | 41.68 | 33.41 | 85.14 | - |
| YUV | 160.15 | 171.93 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 238 | 0.28 | 0.42 | 0 | 0.07 | 260 | 0.74 | 0.74 |
| Hex | AC | 8B | EE | 1C | 2A | 0 | 7 | 104 | 4A | 4A |
| Octal | 254 | 213 | 356 | 34 | 52 | 0 | 7 | 404 | 112 | 112 |
| Binary | 10101100 | 10001011 | 11101110 | 11100 | 101010 | 0 | 111 | 100000100 | 1001010 | 1001010 |
Color Harmonies of #AC8BEE
Complementary color
Monochromatic Colors of #AC8BEE
Black with #AC8BEE
Text Example
Text Example
White with #AC8BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8BEE; }
p { color: rgb(172,139,238); }
H1.HeaderClassName
{
color: #AC8BEE;
}
.AnyTagClassName
{
color: #AC8BEE;
}
</style>
background-color css
<style>
a { background-color: #AC8BEE; }
a { background-color: rgb(172,139,238); }
div.DivClassName
{
background-color: #AC8BEE;
}
.BgClassName
{
background-color: #AC8BEE;
}
</style>
border-color css
<style>
span { border-color: #AC8BEE; }
span { border-color: rgb(172,139,238); }
td.TdClassName
{
border-color: #AC8BEE;
}
.TagClassName
{
border-color: #AC8BEE;
}
</style>