Shades of Biloba Flower #AC91F5
Tints of Biloba Flower #AC91F5
RGB
CMYK
RGB Variations
Color information
#AC91F5 (or 0xAC91F5) is known color: Biloba Flower. HEX triplet: AC, 91 and F5. RGB value is (172,145,245). Sum of RGB (Red+Green+Blue) = 172+145+245=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 245 (96.09% from 255 or 43.59% from 562); Max value from RGB is 245 - color contains mainly: blue. Hex color #AC91F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC91F5 is #536E0A. Grayscale: #A4A4A4. Windows color (decimal): -5467659 or 16093612. OLE color: 16093612.
HSL color Cylindrical-coordinate representation of color #AC91F5: hue angle of 256.2º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC91F5 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 145 | 245 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.04 |
| HSL | 256.2º | 0.83% | 0.76% | - |
| HSV(B) | 256.2º | 0.41% | 0.96% | - |
| XYZ | 43.62 | 35.61 | 90.96 | - |
| YUV | 164.47 | 173.45 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 245 | 0.30 | 0.41 | 0 | 0.04 | 256.2 | 0.83 | 0.76 |
| Hex | AC | 91 | F5 | 1E | 29 | 0 | 4 | 100 | 53 | 4C |
| Octal | 254 | 221 | 365 | 36 | 51 | 0 | 4 | 400 | 123 | 114 |
| Binary | 10101100 | 10010001 | 11110101 | 11110 | 101001 | 0 | 100 | 100000000 | 1010011 | 1001100 |
Color Harmonies of #AC91F5
Complementary color
Monochromatic Colors of #AC91F5
Black with #AC91F5
Text Example
Text Example
White with #AC91F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC91F5; }
p { color: rgb(172,145,245); }
H1.HeaderClassName
{
color: #AC91F5;
}
.AnyTagClassName
{
color: #AC91F5;
}
</style>
background-color css
<style>
a { background-color: #AC91F5; }
a { background-color: rgb(172,145,245); }
div.DivClassName
{
background-color: #AC91F5;
}
.BgClassName
{
background-color: #AC91F5;
}
</style>
border-color css
<style>
span { border-color: #AC91F5; }
span { border-color: rgb(172,145,245); }
td.TdClassName
{
border-color: #AC91F5;
}
.TagClassName
{
border-color: #AC91F5;
}
</style>