Shades of Biloba Flower #AC90E1
Tints of Biloba Flower #AC90E1
RGB
CMYK
RGB Variations
Color information
#AC90E1 (or 0xAC90E1) is known color: Biloba Flower. HEX triplet: AC, 90 and E1. RGB value is (172,144,225). Sum of RGB (Red+Green+Blue) = 172+144+225=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC90E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90E1 is #536F1E. Grayscale: #A1A1A1. Windows color (decimal): -5467935 or 14782636. OLE color: 14782636.
HSL color Cylindrical-coordinate representation of color #AC90E1: hue angle of 260.74º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC90E1 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 144 | 225 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.12 |
| HSL | 260.74º | 0.57% | 0.72% | - |
| HSV(B) | 260.74º | 0.36% | 0.88% | - |
| XYZ | 40.58 | 34.15 | 75.69 | - |
| YUV | 161.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 225 | 0.24 | 0.36 | 0 | 0.12 | 260.74 | 0.57 | 0.72 |
| Hex | AC | 90 | E1 | 18 | 24 | 0 | C | 105 | 39 | 48 |
| Octal | 254 | 220 | 341 | 30 | 44 | 0 | 14 | 405 | 71 | 110 |
| Binary | 10101100 | 10010000 | 11100001 | 11000 | 100100 | 0 | 1100 | 100000101 | 111001 | 1001000 |
Color Harmonies of #AC90E1
Complementary color
Monochromatic Colors of #AC90E1
Black with #AC90E1
Text Example
Text Example
White with #AC90E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC90E1; }
p { color: rgb(172,144,225); }
H1.HeaderClassName
{
color: #AC90E1;
}
.AnyTagClassName
{
color: #AC90E1;
}
</style>
background-color css
<style>
a { background-color: #AC90E1; }
a { background-color: rgb(172,144,225); }
div.DivClassName
{
background-color: #AC90E1;
}
.BgClassName
{
background-color: #AC90E1;
}
</style>
border-color css
<style>
span { border-color: #AC90E1; }
span { border-color: rgb(172,144,225); }
td.TdClassName
{
border-color: #AC90E1;
}
.TagClassName
{
border-color: #AC90E1;
}
</style>