Shades of Biloba Flower #AC8FE8
Tints of Biloba Flower #AC8FE8
RGB
CMYK
RGB Variations
Color information
#AC8FE8 (or 0xAC8FE8) is known color: Biloba Flower. HEX triplet: AC, 8F and E8. RGB value is (172,143,232). Sum of RGB (Red+Green+Blue) = 172+143+232=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC8FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8FE8 is #537017. Grayscale: #A1A1A1. Windows color (decimal): -5468184 or 15241132. OLE color: 15241132.
HSL color Cylindrical-coordinate representation of color #AC8FE8: hue angle of 259.55º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC8FE8 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 143 | 232 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.09 |
| HSL | 259.55º | 0.66% | 0.74% | - |
| HSV(B) | 259.55º | 0.38% | 0.91% | - |
| XYZ | 41.4 | 34.24 | 80.77 | - |
| YUV | 161.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 232 | 0.26 | 0.38 | 0 | 0.09 | 259.55 | 0.66 | 0.74 |
| Hex | AC | 8F | E8 | 1A | 26 | 0 | 9 | 104 | 42 | 4A |
| Octal | 254 | 217 | 350 | 32 | 46 | 0 | 11 | 404 | 102 | 112 |
| Binary | 10101100 | 10001111 | 11101000 | 11010 | 100110 | 0 | 1001 | 100000100 | 1000010 | 1001010 |
Color Harmonies of #AC8FE8
Complementary color
Monochromatic Colors of #AC8FE8
Black with #AC8FE8
Text Example
Text Example
White with #AC8FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8FE8; }
p { color: rgb(172,143,232); }
H1.HeaderClassName
{
color: #AC8FE8;
}
.AnyTagClassName
{
color: #AC8FE8;
}
</style>
background-color css
<style>
a { background-color: #AC8FE8; }
a { background-color: rgb(172,143,232); }
div.DivClassName
{
background-color: #AC8FE8;
}
.BgClassName
{
background-color: #AC8FE8;
}
</style>
border-color css
<style>
span { border-color: #AC8FE8; }
span { border-color: rgb(172,143,232); }
td.TdClassName
{
border-color: #AC8FE8;
}
.TagClassName
{
border-color: #AC8FE8;
}
</style>