Shades of Biloba Flower #AC8FDF
Tints of Biloba Flower #AC8FDF
RGB
CMYK
RGB Variations
Color information
#AC8FDF (or 0xAC8FDF) is known color: Biloba Flower. HEX triplet: AC, 8F and DF. RGB value is (172,143,223). Sum of RGB (Red+Green+Blue) = 172+143+223=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC8FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FDF is #537020. Grayscale: #A0A0A0. Windows color (decimal): -5468193 or 14651308. OLE color: 14651308.
HSL color Cylindrical-coordinate representation of color #AC8FDF: hue angle of 261.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC8FDF is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 143 | 223 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.13 |
| HSL | 261.75º | 0.56% | 0.72% | - |
| HSV(B) | 261.75º | 0.36% | 0.87% | - |
| XYZ | 40.16 | 33.74 | 74.21 | - |
| YUV | 160.79 | 163.11 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 223 | 0.23 | 0.36 | 0 | 0.13 | 261.75 | 0.56 | 0.72 |
| Hex | AC | 8F | DF | 17 | 24 | 0 | D | 106 | 38 | 48 |
| Octal | 254 | 217 | 337 | 27 | 44 | 0 | 15 | 406 | 70 | 110 |
| Binary | 10101100 | 10001111 | 11011111 | 10111 | 100100 | 0 | 1101 | 100000110 | 111000 | 1001000 |
Color Harmonies of #AC8FDF
Complementary color
Monochromatic Colors of #AC8FDF
Black with #AC8FDF
Text Example
Text Example
White with #AC8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8FDF; }
p { color: rgb(172,143,223); }
H1.HeaderClassName
{
color: #AC8FDF;
}
.AnyTagClassName
{
color: #AC8FDF;
}
</style>
background-color css
<style>
a { background-color: #AC8FDF; }
a { background-color: rgb(172,143,223); }
div.DivClassName
{
background-color: #AC8FDF;
}
.BgClassName
{
background-color: #AC8FDF;
}
</style>
border-color css
<style>
span { border-color: #AC8FDF; }
span { border-color: rgb(172,143,223); }
td.TdClassName
{
border-color: #AC8FDF;
}
.TagClassName
{
border-color: #AC8FDF;
}
</style>