Shades of Biloba Flower #AC90E2
Tints of Biloba Flower #AC90E2
RGB
CMYK
RGB Variations
Color information
#AC90E2 (or 0xAC90E2) is known color: Biloba Flower. HEX triplet: AC, 90 and E2. RGB value is (172,144,226). Sum of RGB (Red+Green+Blue) = 172+144+226=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 226 (88.67% from 255 or 41.70% from 542); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC90E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90E2 is #536F1D. Grayscale: #A1A1A1. Windows color (decimal): -5467934 or 14848172. OLE color: 14848172.
HSL color Cylindrical-coordinate representation of color #AC90E2: hue angle of 260.49º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC90E2 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 144 | 226 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.11 |
| HSL | 260.49º | 0.59% | 0.73% | - |
| HSV(B) | 260.49º | 0.36% | 0.89% | - |
| XYZ | 40.71 | 34.21 | 76.41 | - |
| YUV | 161.72 | 164.28 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 226 | 0.24 | 0.36 | 0 | 0.11 | 260.49 | 0.59 | 0.73 |
| Hex | AC | 90 | E2 | 18 | 24 | 0 | B | 104 | 3B | 49 |
| Octal | 254 | 220 | 342 | 30 | 44 | 0 | 13 | 404 | 73 | 111 |
| Binary | 10101100 | 10010000 | 11100010 | 11000 | 100100 | 0 | 1011 | 100000100 | 111011 | 1001001 |
Color Harmonies of #AC90E2
Complementary color
Monochromatic Colors of #AC90E2
Black with #AC90E2
Text Example
Text Example
White with #AC90E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC90E2; }
p { color: rgb(172,144,226); }
H1.HeaderClassName
{
color: #AC90E2;
}
.AnyTagClassName
{
color: #AC90E2;
}
</style>
background-color css
<style>
a { background-color: #AC90E2; }
a { background-color: rgb(172,144,226); }
div.DivClassName
{
background-color: #AC90E2;
}
.BgClassName
{
background-color: #AC90E2;
}
</style>
border-color css
<style>
span { border-color: #AC90E2; }
span { border-color: rgb(172,144,226); }
td.TdClassName
{
border-color: #AC90E2;
}
.TagClassName
{
border-color: #AC90E2;
}
</style>