Shades of Biloba Flower #AC90D4
Tints of Biloba Flower #AC90D4
RGB
CMYK
RGB Variations
Color information
#AC90D4 (or 0xAC90D4) is known color: Biloba Flower. HEX triplet: AC, 90 and D4. RGB value is (172,144,212). Sum of RGB (Red+Green+Blue) = 172+144+212=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC90D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90D4 is #536F2B. Grayscale: #9F9F9F. Windows color (decimal): -5467948 or 13930668. OLE color: 13930668.
HSL color Cylindrical-coordinate representation of color #AC90D4: hue angle of 264.71º 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 #AC90D4 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 144 | 212 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.17 |
| HSL | 264.71º | 0.44% | 0.7% | - |
| HSV(B) | 264.71º | 0.32% | 0.83% | - |
| XYZ | 38.87 | 33.47 | 66.7 | - |
| YUV | 160.12 | 157.28 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 212 | 0.19 | 0.32 | 0 | 0.17 | 264.71 | 0.44 | 0.7 |
| Hex | AC | 90 | D4 | 13 | 20 | 0 | 11 | 109 | 2C | 46 |
| Octal | 254 | 220 | 324 | 23 | 40 | 0 | 21 | 411 | 54 | 106 |
| Binary | 10101100 | 10010000 | 11010100 | 10011 | 100000 | 0 | 10001 | 100001001 | 101100 | 1000110 |
Color Harmonies of #AC90D4
Complementary color
Monochromatic Colors of #AC90D4
Black with #AC90D4
Text Example
Text Example
White with #AC90D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC90D4; }
p { color: rgb(172,144,212); }
H1.HeaderClassName
{
color: #AC90D4;
}
.AnyTagClassName
{
color: #AC90D4;
}
</style>
background-color css
<style>
a { background-color: #AC90D4; }
a { background-color: rgb(172,144,212); }
div.DivClassName
{
background-color: #AC90D4;
}
.BgClassName
{
background-color: #AC90D4;
}
</style>
border-color css
<style>
span { border-color: #AC90D4; }
span { border-color: rgb(172,144,212); }
td.TdClassName
{
border-color: #AC90D4;
}
.TagClassName
{
border-color: #AC90D4;
}
</style>