Shades of Biloba Flower #AC8FDD
Tints of Biloba Flower #AC8FDD
RGB
CMYK
RGB Variations
Color information
#AC8FDD (or 0xAC8FDD) is known color: Biloba Flower. HEX triplet: AC, 8F and DD. RGB value is (172,143,221). Sum of RGB (Red+Green+Blue) = 172+143+221=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC8FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FDD is #537022. Grayscale: #A0A0A0. Windows color (decimal): -5468195 or 14520236. OLE color: 14520236.
HSL color Cylindrical-coordinate representation of color #AC8FDD: hue angle of 262.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC8FDD is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 143 | 221 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.13 |
| HSL | 262.31º | 0.53% | 0.71% | - |
| HSV(B) | 262.31º | 0.35% | 0.87% | - |
| XYZ | 39.89 | 33.64 | 72.8 | - |
| YUV | 160.56 | 162.11 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 221 | 0.22 | 0.35 | 0 | 0.13 | 262.31 | 0.53 | 0.71 |
| Hex | AC | 8F | DD | 16 | 23 | 0 | D | 106 | 35 | 47 |
| Octal | 254 | 217 | 335 | 26 | 43 | 0 | 15 | 406 | 65 | 107 |
| Binary | 10101100 | 10001111 | 11011101 | 10110 | 100011 | 0 | 1101 | 100000110 | 110101 | 1000111 |
Color Harmonies of #AC8FDD
Complementary color
Monochromatic Colors of #AC8FDD
Black with #AC8FDD
Text Example
Text Example
White with #AC8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8FDD; }
p { color: rgb(172,143,221); }
H1.HeaderClassName
{
color: #AC8FDD;
}
.AnyTagClassName
{
color: #AC8FDD;
}
</style>
background-color css
<style>
a { background-color: #AC8FDD; }
a { background-color: rgb(172,143,221); }
div.DivClassName
{
background-color: #AC8FDD;
}
.BgClassName
{
background-color: #AC8FDD;
}
</style>
border-color css
<style>
span { border-color: #AC8FDD; }
span { border-color: rgb(172,143,221); }
td.TdClassName
{
border-color: #AC8FDD;
}
.TagClassName
{
border-color: #AC8FDD;
}
</style>