Shades of Biloba Flower #AC7FDC
Tints of Biloba Flower #AC7FDC
RGB
CMYK
RGB Variations
Color information
#AC7FDC (or 0xAC7FDC) is known color: Biloba Flower. HEX triplet: AC, 7F and DC. RGB value is (172,127,220). Sum of RGB (Red+Green+Blue) = 172+127+220=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7FDC is #538023. Grayscale: #969696. Windows color (decimal): -5472292 or 14450604. OLE color: 14450604.
HSL color Cylindrical-coordinate representation of color #AC7FDC: hue angle of 269.03º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC7FDC is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 127 | 220 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.14 |
| HSL | 269.03º | 0.57% | 0.68% | - |
| HSV(B) | 269.03º | 0.42% | 0.86% | - |
| XYZ | 37.52 | 29.12 | 71.35 | - |
| YUV | 151.06 | 166.91 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 220 | 0.22 | 0.42 | 0 | 0.14 | 269.03 | 0.57 | 0.68 |
| Hex | AC | 7F | DC | 16 | 2A | 0 | E | 10D | 39 | 44 |
| Octal | 254 | 177 | 334 | 26 | 52 | 0 | 16 | 415 | 71 | 104 |
| Binary | 10101100 | 1111111 | 11011100 | 10110 | 101010 | 0 | 1110 | 100001101 | 111001 | 1000100 |
Color Harmonies of #AC7FDC
Complementary color
Monochromatic Colors of #AC7FDC
Black with #AC7FDC
Text Example
Text Example
White with #AC7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7FDC; }
p { color: rgb(172,127,220); }
H1.HeaderClassName
{
color: #AC7FDC;
}
.AnyTagClassName
{
color: #AC7FDC;
}
</style>
background-color css
<style>
a { background-color: #AC7FDC; }
a { background-color: rgb(172,127,220); }
div.DivClassName
{
background-color: #AC7FDC;
}
.BgClassName
{
background-color: #AC7FDC;
}
</style>
border-color css
<style>
span { border-color: #AC7FDC; }
span { border-color: rgb(172,127,220); }
td.TdClassName
{
border-color: #AC7FDC;
}
.TagClassName
{
border-color: #AC7FDC;
}
</style>