Shades of Biloba Flower #AC91D4
Tints of Biloba Flower #AC91D4
RGB
CMYK
RGB Variations
Color information
#AC91D4 (or 0xAC91D4) is known color: Biloba Flower. HEX triplet: AC, 91 and D4. RGB value is (172,145,212). Sum of RGB (Red+Green+Blue) = 172+145+212=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC91D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91D4 is #536E2B. Grayscale: #A0A0A0. Windows color (decimal): -5467692 or 13930924. OLE color: 13930924.
HSL color Cylindrical-coordinate representation of color #AC91D4: hue angle of 264.18º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC91D4 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 145 | 212 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.17 |
| HSL | 264.18º | 0.44% | 0.7% | - |
| HSV(B) | 264.18º | 0.32% | 0.83% | - |
| XYZ | 39.02 | 33.77 | 66.75 | - |
| YUV | 160.71 | 156.95 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 212 | 0.19 | 0.32 | 0 | 0.17 | 264.18 | 0.44 | 0.7 |
| Hex | AC | 91 | D4 | 13 | 20 | 0 | 11 | 108 | 2C | 46 |
| Octal | 254 | 221 | 324 | 23 | 40 | 0 | 21 | 410 | 54 | 106 |
| Binary | 10101100 | 10010001 | 11010100 | 10011 | 100000 | 0 | 10001 | 100001000 | 101100 | 1000110 |
Color Harmonies of #AC91D4
Complementary color
Monochromatic Colors of #AC91D4
Black with #AC91D4
Text Example
Text Example
White with #AC91D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC91D4; }
p { color: rgb(172,145,212); }
H1.HeaderClassName
{
color: #AC91D4;
}
.AnyTagClassName
{
color: #AC91D4;
}
</style>
background-color css
<style>
a { background-color: #AC91D4; }
a { background-color: rgb(172,145,212); }
div.DivClassName
{
background-color: #AC91D4;
}
.BgClassName
{
background-color: #AC91D4;
}
</style>
border-color css
<style>
span { border-color: #AC91D4; }
span { border-color: rgb(172,145,212); }
td.TdClassName
{
border-color: #AC91D4;
}
.TagClassName
{
border-color: #AC91D4;
}
</style>