Shades of Biloba Flower #AC9CDF
Tints of Biloba Flower #AC9CDF
RGB
CMYK
RGB Variations
Color information
#AC9CDF (or 0xAC9CDF) is known color: Biloba Flower. HEX triplet: AC, 9C and DF. RGB value is (172,156,223). Sum of RGB (Red+Green+Blue) = 172+156+223=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC9CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CDF is #536320. Grayscale: #A8A8A8. Windows color (decimal): -5464865 or 14654636. OLE color: 14654636.
HSL color Cylindrical-coordinate representation of color #AC9CDF: hue angle of 254.33º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9CDF is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 156 | 223 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.13 |
| HSL | 254.33º | 0.51% | 0.74% | - |
| HSV(B) | 254.33º | 0.3% | 0.87% | - |
| XYZ | 42.22 | 37.88 | 74.9 | - |
| YUV | 168.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 223 | 0.23 | 0.30 | 0 | 0.13 | 254.33 | 0.51 | 0.74 |
| Hex | AC | 9C | DF | 17 | 1E | 0 | D | FE | 33 | 4A |
| Octal | 254 | 234 | 337 | 27 | 36 | 0 | 15 | 376 | 63 | 112 |
| Binary | 10101100 | 10011100 | 11011111 | 10111 | 11110 | 0 | 1101 | 11111110 | 110011 | 1001010 |
Color Harmonies of #AC9CDF
Complementary color
Monochromatic Colors of #AC9CDF
Black with #AC9CDF
Text Example
Text Example
White with #AC9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9CDF; }
p { color: rgb(172,156,223); }
H1.HeaderClassName
{
color: #AC9CDF;
}
.AnyTagClassName
{
color: #AC9CDF;
}
</style>
background-color css
<style>
a { background-color: #AC9CDF; }
a { background-color: rgb(172,156,223); }
div.DivClassName
{
background-color: #AC9CDF;
}
.BgClassName
{
background-color: #AC9CDF;
}
</style>
border-color css
<style>
span { border-color: #AC9CDF; }
span { border-color: rgb(172,156,223); }
td.TdClassName
{
border-color: #AC9CDF;
}
.TagClassName
{
border-color: #AC9CDF;
}
</style>