Shades of Biloba Flower #AC90FC
Tints of Biloba Flower #AC90FC
RGB
CMYK
RGB Variations
Color information
#AC90FC (or 0xAC90FC) is known color: Biloba Flower. HEX triplet: AC, 90 and FC. RGB value is (172,144,252). Sum of RGB (Red+Green+Blue) = 172+144+252=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC90FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC90FC is #536F03. Grayscale: #A4A4A4. Windows color (decimal): -5467908 or 16552108. OLE color: 16552108.
HSL color Cylindrical-coordinate representation of color #AC90FC: hue angle of 255.56º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC90FC is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 144 | 252 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.01 |
| HSL | 255.56º | 0.95% | 0.78% | - |
| HSV(B) | 255.56º | 0.43% | 0.99% | - |
| XYZ | 44.56 | 35.75 | 96.65 | - |
| YUV | 164.68 | 177.28 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 252 | 0.32 | 0.43 | 0 | 0.01 | 255.56 | 0.95 | 0.78 |
| Hex | AC | 90 | FC | 20 | 2B | 0 | 1 | 100 | 5F | 4E |
| Octal | 254 | 220 | 374 | 40 | 53 | 0 | 1 | 400 | 137 | 116 |
| Binary | 10101100 | 10010000 | 11111100 | 100000 | 101011 | 0 | 1 | 100000000 | 1011111 | 1001110 |
Color Harmonies of #AC90FC
Complementary color
Monochromatic Colors of #AC90FC
Black with #AC90FC
Text Example
Text Example
White with #AC90FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC90FC; }
p { color: rgb(172,144,252); }
H1.HeaderClassName
{
color: #AC90FC;
}
.AnyTagClassName
{
color: #AC90FC;
}
</style>
background-color css
<style>
a { background-color: #AC90FC; }
a { background-color: rgb(172,144,252); }
div.DivClassName
{
background-color: #AC90FC;
}
.BgClassName
{
background-color: #AC90FC;
}
</style>
border-color css
<style>
span { border-color: #AC90FC; }
span { border-color: rgb(172,144,252); }
td.TdClassName
{
border-color: #AC90FC;
}
.TagClassName
{
border-color: #AC90FC;
}
</style>