Shades of Biloba Flower #AC8BE8
Tints of Biloba Flower #AC8BE8
RGB
CMYK
RGB Variations
Color information
#AC8BE8 (or 0xAC8BE8) is known color: Biloba Flower. HEX triplet: AC, 8B and E8. RGB value is (172,139,232). Sum of RGB (Red+Green+Blue) = 172+139+232=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC8BE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8BE8 is #537417. Grayscale: #9F9F9F. Windows color (decimal): -5469208 or 15240108. OLE color: 15240108.
HSL color Cylindrical-coordinate representation of color #AC8BE8: hue angle of 261.29º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC8BE8 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 139 | 232 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.09 |
| HSL | 261.29º | 0.67% | 0.73% | - |
| HSV(B) | 261.29º | 0.4% | 0.91% | - |
| XYZ | 40.81 | 33.06 | 80.57 | - |
| YUV | 159.47 | 168.93 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 232 | 0.26 | 0.40 | 0 | 0.09 | 261.29 | 0.67 | 0.73 |
| Hex | AC | 8B | E8 | 1A | 28 | 0 | 9 | 105 | 43 | 49 |
| Octal | 254 | 213 | 350 | 32 | 50 | 0 | 11 | 405 | 103 | 111 |
| Binary | 10101100 | 10001011 | 11101000 | 11010 | 101000 | 0 | 1001 | 100000101 | 1000011 | 1001001 |
Color Harmonies of #AC8BE8
Complementary color
Monochromatic Colors of #AC8BE8
Black with #AC8BE8
Text Example
Text Example
White with #AC8BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8BE8; }
p { color: rgb(172,139,232); }
H1.HeaderClassName
{
color: #AC8BE8;
}
.AnyTagClassName
{
color: #AC8BE8;
}
</style>
background-color css
<style>
a { background-color: #AC8BE8; }
a { background-color: rgb(172,139,232); }
div.DivClassName
{
background-color: #AC8BE8;
}
.BgClassName
{
background-color: #AC8BE8;
}
</style>
border-color css
<style>
span { border-color: #AC8BE8; }
span { border-color: rgb(172,139,232); }
td.TdClassName
{
border-color: #AC8BE8;
}
.TagClassName
{
border-color: #AC8BE8;
}
</style>