Shades of Biloba Flower #AC91E5
Tints of Biloba Flower #AC91E5
RGB
CMYK
RGB Variations
Color information
#AC91E5 (or 0xAC91E5) is known color: Biloba Flower. HEX triplet: AC, 91 and E5. RGB value is (172,145,229). Sum of RGB (Red+Green+Blue) = 172+145+229=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC91E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91E5 is #536E1A. Grayscale: #A2A2A2. Windows color (decimal): -5467675 or 15045036. OLE color: 15045036.
HSL color Cylindrical-coordinate representation of color #AC91E5: hue angle of 259.29º 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 #AC91E5 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 145 | 229 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.10 |
| HSL | 259.29º | 0.62% | 0.73% | - |
| HSV(B) | 259.29º | 0.37% | 0.9% | - |
| XYZ | 41.28 | 34.68 | 78.65 | - |
| YUV | 162.65 | 165.45 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 229 | 0.25 | 0.37 | 0 | 0.10 | 259.29 | 0.62 | 0.73 |
| Hex | AC | 91 | E5 | 19 | 25 | 0 | A | 103 | 3E | 49 |
| Octal | 254 | 221 | 345 | 31 | 45 | 0 | 12 | 403 | 76 | 111 |
| Binary | 10101100 | 10010001 | 11100101 | 11001 | 100101 | 0 | 1010 | 100000011 | 111110 | 1001001 |
Color Harmonies of #AC91E5
Complementary color
Monochromatic Colors of #AC91E5
Black with #AC91E5
Text Example
Text Example
White with #AC91E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC91E5; }
p { color: rgb(172,145,229); }
H1.HeaderClassName
{
color: #AC91E5;
}
.AnyTagClassName
{
color: #AC91E5;
}
</style>
background-color css
<style>
a { background-color: #AC91E5; }
a { background-color: rgb(172,145,229); }
div.DivClassName
{
background-color: #AC91E5;
}
.BgClassName
{
background-color: #AC91E5;
}
</style>
border-color css
<style>
span { border-color: #AC91E5; }
span { border-color: rgb(172,145,229); }
td.TdClassName
{
border-color: #AC91E5;
}
.TagClassName
{
border-color: #AC91E5;
}
</style>