Shades of Biloba Flower #AC90E6
Tints of Biloba Flower #AC90E6
RGB
CMYK
RGB Variations
Color information
#AC90E6 (or 0xAC90E6) is known color: Biloba Flower. HEX triplet: AC, 90 and E6. RGB value is (172,144,230). Sum of RGB (Red+Green+Blue) = 172+144+230=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC90E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC90E6 is #536F19. Grayscale: #A1A1A1. Windows color (decimal): -5467930 or 15110316. OLE color: 15110316.
HSL color Cylindrical-coordinate representation of color #AC90E6: hue angle of 259.53º degrees, saturation: 0.63, 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 #AC90E6 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 144 | 230 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.10 |
| HSL | 259.53º | 0.63% | 0.73% | - |
| HSV(B) | 259.53º | 0.37% | 0.9% | - |
| XYZ | 41.27 | 34.43 | 79.33 | - |
| YUV | 162.18 | 166.28 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 230 | 0.25 | 0.37 | 0 | 0.10 | 259.53 | 0.63 | 0.73 |
| Hex | AC | 90 | E6 | 19 | 25 | 0 | A | 104 | 3F | 49 |
| Octal | 254 | 220 | 346 | 31 | 45 | 0 | 12 | 404 | 77 | 111 |
| Binary | 10101100 | 10010000 | 11100110 | 11001 | 100101 | 0 | 1010 | 100000100 | 111111 | 1001001 |
Color Harmonies of #AC90E6
Complementary color
Monochromatic Colors of #AC90E6
Black with #AC90E6
Text Example
Text Example
White with #AC90E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC90E6; }
p { color: rgb(172,144,230); }
H1.HeaderClassName
{
color: #AC90E6;
}
.AnyTagClassName
{
color: #AC90E6;
}
</style>
background-color css
<style>
a { background-color: #AC90E6; }
a { background-color: rgb(172,144,230); }
div.DivClassName
{
background-color: #AC90E6;
}
.BgClassName
{
background-color: #AC90E6;
}
</style>
border-color css
<style>
span { border-color: #AC90E6; }
span { border-color: rgb(172,144,230); }
td.TdClassName
{
border-color: #AC90E6;
}
.TagClassName
{
border-color: #AC90E6;
}
</style>