Shades of Biloba Flower #AC84DF
Tints of Biloba Flower #AC84DF
RGB
CMYK
RGB Variations
Color information
#AC84DF (or 0xAC84DF) is known color: Biloba Flower. HEX triplet: AC, 84 and DF. RGB value is (172,132,223). Sum of RGB (Red+Green+Blue) = 172+132+223=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC84DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC84DF is #537B20. Grayscale: #9A9A9A. Windows color (decimal): -5471009 or 14648492. OLE color: 14648492.
HSL color Cylindrical-coordinate representation of color #AC84DF: hue angle of 266.37º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC84DF is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 132 | 223 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.13 |
| HSL | 266.37º | 0.59% | 0.7% | - |
| HSV(B) | 266.37º | 0.41% | 0.87% | - |
| XYZ | 38.58 | 30.6 | 73.69 | - |
| YUV | 154.33 | 166.75 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 223 | 0.23 | 0.41 | 0 | 0.13 | 266.37 | 0.59 | 0.7 |
| Hex | AC | 84 | DF | 17 | 29 | 0 | D | 10A | 3B | 46 |
| Octal | 254 | 204 | 337 | 27 | 51 | 0 | 15 | 412 | 73 | 106 |
| Binary | 10101100 | 10000100 | 11011111 | 10111 | 101001 | 0 | 1101 | 100001010 | 111011 | 1000110 |
Color Harmonies of #AC84DF
Complementary color
Monochromatic Colors of #AC84DF
Black with #AC84DF
Text Example
Text Example
White with #AC84DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC84DF; }
p { color: rgb(172,132,223); }
H1.HeaderClassName
{
color: #AC84DF;
}
.AnyTagClassName
{
color: #AC84DF;
}
</style>
background-color css
<style>
a { background-color: #AC84DF; }
a { background-color: rgb(172,132,223); }
div.DivClassName
{
background-color: #AC84DF;
}
.BgClassName
{
background-color: #AC84DF;
}
</style>
border-color css
<style>
span { border-color: #AC84DF; }
span { border-color: rgb(172,132,223); }
td.TdClassName
{
border-color: #AC84DF;
}
.TagClassName
{
border-color: #AC84DF;
}
</style>