Shades of Biloba Flower #AC90E9
Tints of Biloba Flower #AC90E9
RGB
CMYK
RGB Variations
Color information
#AC90E9 (or 0xAC90E9) is known color: Biloba Flower. HEX triplet: AC, 90 and E9. RGB value is (172,144,233). Sum of RGB (Red+Green+Blue) = 172+144+233=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC90E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC90E9 is #536F16. Grayscale: #A2A2A2. Windows color (decimal): -5467927 or 15306924. OLE color: 15306924.
HSL color Cylindrical-coordinate representation of color #AC90E9: hue angle of 258.88º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC90E9 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 144 | 233 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.09 |
| HSL | 258.88º | 0.67% | 0.74% | - |
| HSV(B) | 258.88º | 0.38% | 0.91% | - |
| XYZ | 41.69 | 34.6 | 81.57 | - |
| YUV | 162.52 | 167.78 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 233 | 0.26 | 0.38 | 0 | 0.09 | 258.88 | 0.67 | 0.74 |
| Hex | AC | 90 | E9 | 1A | 26 | 0 | 9 | 103 | 43 | 4A |
| Octal | 254 | 220 | 351 | 32 | 46 | 0 | 11 | 403 | 103 | 112 |
| Binary | 10101100 | 10010000 | 11101001 | 11010 | 100110 | 0 | 1001 | 100000011 | 1000011 | 1001010 |
Color Harmonies of #AC90E9
Complementary color
Monochromatic Colors of #AC90E9
Black with #AC90E9
Text Example
Text Example
White with #AC90E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC90E9; }
p { color: rgb(172,144,233); }
H1.HeaderClassName
{
color: #AC90E9;
}
.AnyTagClassName
{
color: #AC90E9;
}
</style>
background-color css
<style>
a { background-color: #AC90E9; }
a { background-color: rgb(172,144,233); }
div.DivClassName
{
background-color: #AC90E9;
}
.BgClassName
{
background-color: #AC90E9;
}
</style>
border-color css
<style>
span { border-color: #AC90E9; }
span { border-color: rgb(172,144,233); }
td.TdClassName
{
border-color: #AC90E9;
}
.TagClassName
{
border-color: #AC90E9;
}
</style>