Shades of Biloba Flower #AC90E5
Tints of Biloba Flower #AC90E5
RGB
CMYK
RGB Variations
Color information
#AC90E5 (or 0xAC90E5) is known color: Biloba Flower. HEX triplet: AC, 90 and E5. RGB value is (172,144,229). Sum of RGB (Red+Green+Blue) = 172+144+229=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC90E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90E5 is #536F1A. Grayscale: #A1A1A1. Windows color (decimal): -5467931 or 15044780. OLE color: 15044780.
HSL color Cylindrical-coordinate representation of color #AC90E5: hue angle of 259.76º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC90E5 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 144 | 229 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.10 |
| HSL | 259.76º | 0.62% | 0.73% | - |
| HSV(B) | 259.76º | 0.37% | 0.9% | - |
| XYZ | 41.13 | 34.37 | 78.6 | - |
| YUV | 162.06 | 165.78 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 229 | 0.25 | 0.37 | 0 | 0.10 | 259.76 | 0.62 | 0.73 |
| Hex | AC | 90 | E5 | 19 | 25 | 0 | A | 104 | 3E | 49 |
| Octal | 254 | 220 | 345 | 31 | 45 | 0 | 12 | 404 | 76 | 111 |
| Binary | 10101100 | 10010000 | 11100101 | 11001 | 100101 | 0 | 1010 | 100000100 | 111110 | 1001001 |
Color Harmonies of #AC90E5
Complementary color
Monochromatic Colors of #AC90E5
Black with #AC90E5
Text Example
Text Example
White with #AC90E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC90E5; }
p { color: rgb(172,144,229); }
H1.HeaderClassName
{
color: #AC90E5;
}
.AnyTagClassName
{
color: #AC90E5;
}
</style>
background-color css
<style>
a { background-color: #AC90E5; }
a { background-color: rgb(172,144,229); }
div.DivClassName
{
background-color: #AC90E5;
}
.BgClassName
{
background-color: #AC90E5;
}
</style>
border-color css
<style>
span { border-color: #AC90E5; }
span { border-color: rgb(172,144,229); }
td.TdClassName
{
border-color: #AC90E5;
}
.TagClassName
{
border-color: #AC90E5;
}
</style>