Shades of Biloba Flower #AC90F9
Tints of Biloba Flower #AC90F9
RGB
CMYK
RGB Variations
Color information
#AC90F9 (or 0xAC90F9) is known color: Biloba Flower. HEX triplet: AC, 90 and F9. RGB value is (172,144,249). Sum of RGB (Red+Green+Blue) = 172+144+249=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC90F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC90F9 is #536F06. Grayscale: #A3A3A3. Windows color (decimal): -5467911 or 16355500. OLE color: 16355500.
HSL color Cylindrical-coordinate representation of color #AC90F9: hue angle of 256º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC90F9 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 144 | 249 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.02 |
| HSL | 256º | 0.9% | 0.77% | - |
| HSV(B) | 256º | 0.42% | 0.98% | - |
| XYZ | 44.09 | 35.56 | 94.16 | - |
| YUV | 164.34 | 175.78 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 249 | 0.31 | 0.42 | 0 | 0.02 | 256 | 0.9 | 0.77 |
| Hex | AC | 90 | F9 | 1F | 2A | 0 | 2 | 100 | 5A | 4D |
| Octal | 254 | 220 | 371 | 37 | 52 | 0 | 2 | 400 | 132 | 115 |
| Binary | 10101100 | 10010000 | 11111001 | 11111 | 101010 | 0 | 10 | 100000000 | 1011010 | 1001101 |
Color Harmonies of #AC90F9
Complementary color
Monochromatic Colors of #AC90F9
Black with #AC90F9
Text Example
Text Example
White with #AC90F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC90F9; }
p { color: rgb(172,144,249); }
H1.HeaderClassName
{
color: #AC90F9;
}
.AnyTagClassName
{
color: #AC90F9;
}
</style>
background-color css
<style>
a { background-color: #AC90F9; }
a { background-color: rgb(172,144,249); }
div.DivClassName
{
background-color: #AC90F9;
}
.BgClassName
{
background-color: #AC90F9;
}
</style>
border-color css
<style>
span { border-color: #AC90F9; }
span { border-color: rgb(172,144,249); }
td.TdClassName
{
border-color: #AC90F9;
}
.TagClassName
{
border-color: #AC90F9;
}
</style>