Shades of Biloba Flower #AC8FE9
Tints of Biloba Flower #AC8FE9
RGB
CMYK
RGB Variations
Color information
#AC8FE9 (or 0xAC8FE9) is known color: Biloba Flower. HEX triplet: AC, 8F and E9. RGB value is (172,143,233). Sum of RGB (Red+Green+Blue) = 172+143+233=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC8FE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8FE9 is #537016. Grayscale: #A1A1A1. Windows color (decimal): -5468183 or 15306668. OLE color: 15306668.
HSL color Cylindrical-coordinate representation of color #AC8FE9: hue angle of 259.33º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC8FE9 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 143 | 233 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.09 |
| HSL | 259.33º | 0.67% | 0.74% | - |
| HSV(B) | 259.33º | 0.39% | 0.91% | - |
| XYZ | 41.54 | 34.3 | 81.52 | - |
| YUV | 161.93 | 168.11 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 233 | 0.26 | 0.39 | 0 | 0.09 | 259.33 | 0.67 | 0.74 |
| Hex | AC | 8F | E9 | 1A | 27 | 0 | 9 | 103 | 43 | 4A |
| Octal | 254 | 217 | 351 | 32 | 47 | 0 | 11 | 403 | 103 | 112 |
| Binary | 10101100 | 10001111 | 11101001 | 11010 | 100111 | 0 | 1001 | 100000011 | 1000011 | 1001010 |
Color Harmonies of #AC8FE9
Complementary color
Monochromatic Colors of #AC8FE9
Black with #AC8FE9
Text Example
Text Example
White with #AC8FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8FE9; }
p { color: rgb(172,143,233); }
H1.HeaderClassName
{
color: #AC8FE9;
}
.AnyTagClassName
{
color: #AC8FE9;
}
</style>
background-color css
<style>
a { background-color: #AC8FE9; }
a { background-color: rgb(172,143,233); }
div.DivClassName
{
background-color: #AC8FE9;
}
.BgClassName
{
background-color: #AC8FE9;
}
</style>
border-color css
<style>
span { border-color: #AC8FE9; }
span { border-color: rgb(172,143,233); }
td.TdClassName
{
border-color: #AC8FE9;
}
.TagClassName
{
border-color: #AC8FE9;
}
</style>