Shades of Biloba Flower #AC90FB
Tints of Biloba Flower #AC90FB
RGB
CMYK
RGB Variations
Color information
#AC90FB (or 0xAC90FB) is known color: Biloba Flower. HEX triplet: AC, 90 and FB. RGB value is (172,144,251). Sum of RGB (Red+Green+Blue) = 172+144+251=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC90FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC90FB is #536F04. Grayscale: #A4A4A4. Windows color (decimal): -5467909 or 16486572. OLE color: 16486572.
HSL color Cylindrical-coordinate representation of color #AC90FB: hue angle of 255.7º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC90FB is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 144 | 251 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.02 |
| HSL | 255.7º | 0.93% | 0.77% | - |
| HSV(B) | 255.7º | 0.43% | 0.98% | - |
| XYZ | 44.4 | 35.68 | 95.81 | - |
| YUV | 164.57 | 176.78 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 251 | 0.31 | 0.43 | 0 | 0.02 | 255.7 | 0.93 | 0.77 |
| Hex | AC | 90 | FB | 1F | 2B | 0 | 2 | 100 | 5D | 4D |
| Octal | 254 | 220 | 373 | 37 | 53 | 0 | 2 | 400 | 135 | 115 |
| Binary | 10101100 | 10010000 | 11111011 | 11111 | 101011 | 0 | 10 | 100000000 | 1011101 | 1001101 |
Color Harmonies of #AC90FB
Complementary color
Monochromatic Colors of #AC90FB
Black with #AC90FB
Text Example
Text Example
White with #AC90FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC90FB; }
p { color: rgb(172,144,251); }
H1.HeaderClassName
{
color: #AC90FB;
}
.AnyTagClassName
{
color: #AC90FB;
}
</style>
background-color css
<style>
a { background-color: #AC90FB; }
a { background-color: rgb(172,144,251); }
div.DivClassName
{
background-color: #AC90FB;
}
.BgClassName
{
background-color: #AC90FB;
}
</style>
border-color css
<style>
span { border-color: #AC90FB; }
span { border-color: rgb(172,144,251); }
td.TdClassName
{
border-color: #AC90FB;
}
.TagClassName
{
border-color: #AC90FB;
}
</style>