Shades of Biloba Flower #AC8FDC
Tints of Biloba Flower #AC8FDC
RGB
CMYK
RGB Variations
Color information
#AC8FDC (or 0xAC8FDC) is known color: Biloba Flower. HEX triplet: AC, 8F and DC. RGB value is (172,143,220). Sum of RGB (Red+Green+Blue) = 172+143+220=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC8FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FDC is #537023. Grayscale: #A0A0A0. Windows color (decimal): -5468196 or 14454700. OLE color: 14454700.
HSL color Cylindrical-coordinate representation of color #AC8FDC: hue angle of 262.6º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC8FDC is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 143 | 220 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.14 |
| HSL | 262.6º | 0.52% | 0.71% | - |
| HSV(B) | 262.6º | 0.35% | 0.86% | - |
| XYZ | 39.75 | 33.58 | 72.1 | - |
| YUV | 160.45 | 161.61 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 220 | 0.22 | 0.35 | 0 | 0.14 | 262.6 | 0.52 | 0.71 |
| Hex | AC | 8F | DC | 16 | 23 | 0 | E | 107 | 34 | 47 |
| Octal | 254 | 217 | 334 | 26 | 43 | 0 | 16 | 407 | 64 | 107 |
| Binary | 10101100 | 10001111 | 11011100 | 10110 | 100011 | 0 | 1110 | 100000111 | 110100 | 1000111 |
Color Harmonies of #AC8FDC
Complementary color
Monochromatic Colors of #AC8FDC
Black with #AC8FDC
Text Example
Text Example
White with #AC8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8FDC; }
p { color: rgb(172,143,220); }
H1.HeaderClassName
{
color: #AC8FDC;
}
.AnyTagClassName
{
color: #AC8FDC;
}
</style>
background-color css
<style>
a { background-color: #AC8FDC; }
a { background-color: rgb(172,143,220); }
div.DivClassName
{
background-color: #AC8FDC;
}
.BgClassName
{
background-color: #AC8FDC;
}
</style>
border-color css
<style>
span { border-color: #AC8FDC; }
span { border-color: rgb(172,143,220); }
td.TdClassName
{
border-color: #AC8FDC;
}
.TagClassName
{
border-color: #AC8FDC;
}
</style>