Shades of Biloba Flower #AC90EC
Tints of Biloba Flower #AC90EC
RGB
CMYK
RGB Variations
Color information
#AC90EC (or 0xAC90EC) is known color: Biloba Flower. HEX triplet: AC, 90 and EC. RGB value is (172,144,236). Sum of RGB (Red+Green+Blue) = 172+144+236=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC90EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC90EC is #536F13. Grayscale: #A2A2A2. Windows color (decimal): -5467924 or 15503532. OLE color: 15503532.
HSL color Cylindrical-coordinate representation of color #AC90EC: hue angle of 258.26º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC90EC is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 144 | 236 | - |
CMYK | 0.27 | 0.39 | 0 | 0.07 |
HSL | 258.26º | 0.71% | 0.75% | - |
HSV(B) | 258.26º | 0.39% | 0.93% | - |
XYZ | 42.13 | 34.77 | 83.85 | - |
YUV | 162.86 | 169.28 | 134.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 144 | 236 | 0.27 | 0.39 | 0 | 0.07 | 258.26 | 0.71 | 0.75 |
Hex | AC | 90 | EC | 1B | 27 | 0 | 7 | 102 | 47 | 4B |
Octal | 254 | 220 | 354 | 33 | 47 | 0 | 7 | 402 | 107 | 113 |
Binary | 10101100 | 10010000 | 11101100 | 11011 | 100111 | 0 | 111 | 100000010 | 1000111 | 1001011 |
Color Harmonies of #AC90EC
Complementary color
Monochromatic Colors of #AC90EC
Black with #AC90EC
Text Example
Text Example
White with #AC90EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC90EC; }
p { color: rgb(172,144,236); }
H1.HeaderClassName
{
color: #AC90EC;
}
.AnyTagClassName
{
color: #AC90EC;
}
</style>
background-color css
<style>
a { background-color: #AC90EC; }
a { background-color: rgb(172,144,236); }
div.DivClassName
{
background-color: #AC90EC;
}
.BgClassName
{
background-color: #AC90EC;
}
</style>
border-color css
<style>
span { border-color: #AC90EC; }
span { border-color: rgb(172,144,236); }
td.TdClassName
{
border-color: #AC90EC;
}
.TagClassName
{
border-color: #AC90EC;
}
</style>