Shades of Biloba Flower #AC8ADC
Tints of Biloba Flower #AC8ADC
RGB
CMYK
RGB Variations
Color information
#AC8ADC (or 0xAC8ADC) is known color: Biloba Flower. HEX triplet: AC, 8A and DC. RGB value is (172,138,220). Sum of RGB (Red+Green+Blue) = 172+138+220=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC8ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ADC is #537523. Grayscale: #9D9D9D. Windows color (decimal): -5469476 or 14453420. OLE color: 14453420.
HSL color Cylindrical-coordinate representation of color #AC8ADC: hue angle of 264.88º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC8ADC is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 138 | 220 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.14 |
| HSL | 264.88º | 0.54% | 0.7% | - |
| HSV(B) | 264.88º | 0.37% | 0.86% | - |
| XYZ | 39.02 | 32.11 | 71.85 | - |
| YUV | 157.51 | 163.26 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 220 | 0.22 | 0.37 | 0 | 0.14 | 264.88 | 0.54 | 0.7 |
| Hex | AC | 8A | DC | 16 | 25 | 0 | E | 109 | 36 | 46 |
| Octal | 254 | 212 | 334 | 26 | 45 | 0 | 16 | 411 | 66 | 106 |
| Binary | 10101100 | 10001010 | 11011100 | 10110 | 100101 | 0 | 1110 | 100001001 | 110110 | 1000110 |
Color Harmonies of #AC8ADC
Complementary color
Monochromatic Colors of #AC8ADC
Black with #AC8ADC
Text Example
Text Example
White with #AC8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8ADC; }
p { color: rgb(172,138,220); }
H1.HeaderClassName
{
color: #AC8ADC;
}
.AnyTagClassName
{
color: #AC8ADC;
}
</style>
background-color css
<style>
a { background-color: #AC8ADC; }
a { background-color: rgb(172,138,220); }
div.DivClassName
{
background-color: #AC8ADC;
}
.BgClassName
{
background-color: #AC8ADC;
}
</style>
border-color css
<style>
span { border-color: #AC8ADC; }
span { border-color: rgb(172,138,220); }
td.TdClassName
{
border-color: #AC8ADC;
}
.TagClassName
{
border-color: #AC8ADC;
}
</style>