Shades of Biloba Flower #AC8EE8
Tints of Biloba Flower #AC8EE8
RGB
CMYK
RGB Variations
Color information
#AC8EE8 (or 0xAC8EE8) is known color: Biloba Flower. HEX triplet: AC, 8E and E8. RGB value is (172,142,232). Sum of RGB (Red+Green+Blue) = 172+142+232=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC8EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8EE8 is #537117. Grayscale: #A0A0A0. Windows color (decimal): -5468440 or 15240876. OLE color: 15240876.
HSL color Cylindrical-coordinate representation of color #AC8EE8: hue angle of 260º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC8EE8 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 142 | 232 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.09 |
| HSL | 260º | 0.66% | 0.73% | - |
| HSV(B) | 260º | 0.39% | 0.91% | - |
| XYZ | 41.25 | 33.94 | 80.72 | - |
| YUV | 161.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 142 | 232 | 0.26 | 0.39 | 0 | 0.09 | 260 | 0.66 | 0.73 |
| Hex | AC | 8E | E8 | 1A | 27 | 0 | 9 | 104 | 42 | 49 |
| Octal | 254 | 216 | 350 | 32 | 47 | 0 | 11 | 404 | 102 | 111 |
| Binary | 10101100 | 10001110 | 11101000 | 11010 | 100111 | 0 | 1001 | 100000100 | 1000010 | 1001001 |
Color Harmonies of #AC8EE8
Complementary color
Monochromatic Colors of #AC8EE8
Black with #AC8EE8
Text Example
Text Example
White with #AC8EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8EE8; }
p { color: rgb(172,142,232); }
H1.HeaderClassName
{
color: #AC8EE8;
}
.AnyTagClassName
{
color: #AC8EE8;
}
</style>
background-color css
<style>
a { background-color: #AC8EE8; }
a { background-color: rgb(172,142,232); }
div.DivClassName
{
background-color: #AC8EE8;
}
.BgClassName
{
background-color: #AC8EE8;
}
</style>
border-color css
<style>
span { border-color: #AC8EE8; }
span { border-color: rgb(172,142,232); }
td.TdClassName
{
border-color: #AC8EE8;
}
.TagClassName
{
border-color: #AC8EE8;
}
</style>