Shades of Biloba Flower #AC9CCD
Tints of Biloba Flower #AC9CCD
RGB
CMYK
RGB Variations
Color information
#AC9CCD (or 0xAC9CCD) is known color: Biloba Flower. HEX triplet: AC, 9C and CD. RGB value is (172,156,205). Sum of RGB (Red+Green+Blue) = 172+156+205=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CCD is #536332. Grayscale: #A6A6A6. Windows color (decimal): -5464883 or 13474988. OLE color: 13474988.
HSL color Cylindrical-coordinate representation of color #AC9CCD: hue angle of 259.59º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC9CCD is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 156 | 205 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.20 |
| HSL | 259.59º | 0.33% | 0.71% | - |
| HSV(B) | 259.59º | 0.24% | 0.8% | - |
| XYZ | 39.92 | 36.96 | 62.79 | - |
| YUV | 166.37 | 149.8 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 205 | 0.16 | 0.24 | 0 | 0.20 | 259.59 | 0.33 | 0.71 |
| Hex | AC | 9C | CD | 10 | 18 | 0 | 14 | 104 | 21 | 47 |
| Octal | 254 | 234 | 315 | 20 | 30 | 0 | 24 | 404 | 41 | 107 |
| Binary | 10101100 | 10011100 | 11001101 | 10000 | 11000 | 0 | 10100 | 100000100 | 100001 | 1000111 |
Color Harmonies of #AC9CCD
Complementary color
Monochromatic Colors of #AC9CCD
Black with #AC9CCD
Text Example
Text Example
White with #AC9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9CCD; }
p { color: rgb(172,156,205); }
H1.HeaderClassName
{
color: #AC9CCD;
}
.AnyTagClassName
{
color: #AC9CCD;
}
</style>
background-color css
<style>
a { background-color: #AC9CCD; }
a { background-color: rgb(172,156,205); }
div.DivClassName
{
background-color: #AC9CCD;
}
.BgClassName
{
background-color: #AC9CCD;
}
</style>
border-color css
<style>
span { border-color: #AC9CCD; }
span { border-color: rgb(172,156,205); }
td.TdClassName
{
border-color: #AC9CCD;
}
.TagClassName
{
border-color: #AC9CCD;
}
</style>