Shades of Biloba Flower #AC8BDF
Tints of Biloba Flower #AC8BDF
RGB
CMYK
RGB Variations
Color information
#AC8BDF (or 0xAC8BDF) is known color: Biloba Flower. HEX triplet: AC, 8B and DF. RGB value is (172,139,223). Sum of RGB (Red+Green+Blue) = 172+139+223=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC8BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8BDF is #537420. Grayscale: #9E9E9E. Windows color (decimal): -5469217 or 14650284. OLE color: 14650284.
HSL color Cylindrical-coordinate representation of color #AC8BDF: hue angle of 263.57º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC8BDF is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 139 | 223 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.13 |
| HSL | 263.57º | 0.57% | 0.71% | - |
| HSV(B) | 263.57º | 0.38% | 0.87% | - |
| XYZ | 39.57 | 32.56 | 74.01 | - |
| YUV | 158.44 | 164.43 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 223 | 0.23 | 0.38 | 0 | 0.13 | 263.57 | 0.57 | 0.71 |
| Hex | AC | 8B | DF | 17 | 26 | 0 | D | 108 | 39 | 47 |
| Octal | 254 | 213 | 337 | 27 | 46 | 0 | 15 | 410 | 71 | 107 |
| Binary | 10101100 | 10001011 | 11011111 | 10111 | 100110 | 0 | 1101 | 100001000 | 111001 | 1000111 |
Color Harmonies of #AC8BDF
Complementary color
Monochromatic Colors of #AC8BDF
Black with #AC8BDF
Text Example
Text Example
White with #AC8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8BDF; }
p { color: rgb(172,139,223); }
H1.HeaderClassName
{
color: #AC8BDF;
}
.AnyTagClassName
{
color: #AC8BDF;
}
</style>
background-color css
<style>
a { background-color: #AC8BDF; }
a { background-color: rgb(172,139,223); }
div.DivClassName
{
background-color: #AC8BDF;
}
.BgClassName
{
background-color: #AC8BDF;
}
</style>
border-color css
<style>
span { border-color: #AC8BDF; }
span { border-color: rgb(172,139,223); }
td.TdClassName
{
border-color: #AC8BDF;
}
.TagClassName
{
border-color: #AC8BDF;
}
</style>