Shades of Biloba Flower #AC85D4
Tints of Biloba Flower #AC85D4
RGB
CMYK
RGB Variations
Color information
#AC85D4 (or 0xAC85D4) is known color: Biloba Flower. HEX triplet: AC, 85 and D4. RGB value is (172,133,212). Sum of RGB (Red+Green+Blue) = 172+133+212=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC85D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC85D4 is #537A2B. Grayscale: #999999. Windows color (decimal): -5470764 or 13927852. OLE color: 13927852.
HSL color Cylindrical-coordinate representation of color #AC85D4: hue angle of 269.62º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC85D4 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 133 | 212 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.17 |
| HSL | 269.62º | 0.48% | 0.68% | - |
| HSV(B) | 269.62º | 0.37% | 0.83% | - |
| XYZ | 37.28 | 30.3 | 66.17 | - |
| YUV | 153.67 | 160.92 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 212 | 0.19 | 0.37 | 0 | 0.17 | 269.62 | 0.48 | 0.68 |
| Hex | AC | 85 | D4 | 13 | 25 | 0 | 11 | 10E | 30 | 44 |
| Octal | 254 | 205 | 324 | 23 | 45 | 0 | 21 | 416 | 60 | 104 |
| Binary | 10101100 | 10000101 | 11010100 | 10011 | 100101 | 0 | 10001 | 100001110 | 110000 | 1000100 |
Color Harmonies of #AC85D4
Complementary color
Monochromatic Colors of #AC85D4
Black with #AC85D4
Text Example
Text Example
White with #AC85D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC85D4; }
p { color: rgb(172,133,212); }
H1.HeaderClassName
{
color: #AC85D4;
}
.AnyTagClassName
{
color: #AC85D4;
}
</style>
background-color css
<style>
a { background-color: #AC85D4; }
a { background-color: rgb(172,133,212); }
div.DivClassName
{
background-color: #AC85D4;
}
.BgClassName
{
background-color: #AC85D4;
}
</style>
border-color css
<style>
span { border-color: #AC85D4; }
span { border-color: rgb(172,133,212); }
td.TdClassName
{
border-color: #AC85D4;
}
.TagClassName
{
border-color: #AC85D4;
}
</style>