Shades of Biloba Flower #AC80DC
Tints of Biloba Flower #AC80DC
RGB
CMYK
RGB Variations
Color information
#AC80DC (or 0xAC80DC) is known color: Biloba Flower. HEX triplet: AC, 80 and DC. RGB value is (172,128,220). Sum of RGB (Red+Green+Blue) = 172+128+220=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC80DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80DC is #537F23. Grayscale: #979797. Windows color (decimal): -5472036 or 14450860. OLE color: 14450860.
HSL color Cylindrical-coordinate representation of color #AC80DC: hue angle of 268.7º 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 #AC80DC is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 128 | 220 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.14 |
| HSL | 268.7º | 0.57% | 0.68% | - |
| HSV(B) | 268.7º | 0.42% | 0.86% | - |
| XYZ | 37.65 | 29.38 | 71.4 | - |
| YUV | 151.64 | 166.58 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 220 | 0.22 | 0.42 | 0 | 0.14 | 268.7 | 0.57 | 0.68 |
| Hex | AC | 80 | DC | 16 | 2A | 0 | E | 10D | 39 | 44 |
| Octal | 254 | 200 | 334 | 26 | 52 | 0 | 16 | 415 | 71 | 104 |
| Binary | 10101100 | 10000000 | 11011100 | 10110 | 101010 | 0 | 1110 | 100001101 | 111001 | 1000100 |
Color Harmonies of #AC80DC
Complementary color
Monochromatic Colors of #AC80DC
Black with #AC80DC
Text Example
Text Example
White with #AC80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80DC; }
p { color: rgb(172,128,220); }
H1.HeaderClassName
{
color: #AC80DC;
}
.AnyTagClassName
{
color: #AC80DC;
}
</style>
background-color css
<style>
a { background-color: #AC80DC; }
a { background-color: rgb(172,128,220); }
div.DivClassName
{
background-color: #AC80DC;
}
.BgClassName
{
background-color: #AC80DC;
}
</style>
border-color css
<style>
span { border-color: #AC80DC; }
span { border-color: rgb(172,128,220); }
td.TdClassName
{
border-color: #AC80DC;
}
.TagClassName
{
border-color: #AC80DC;
}
</style>