Shades of Biloba Flower #AC91FF
Tints of Biloba Flower #AC91FF
RGB
CMYK
RGB Variations
Color information
#AC91FF (or 0xAC91FF) is known color: Biloba Flower. HEX triplet: AC, 91 and FF. RGB value is (172,145,255). Sum of RGB (Red+Green+Blue) = 172+145+255=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC91FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC91FF is #536E00. Grayscale: #A5A5A5. Windows color (decimal): -5467649 or 16748972. OLE color: 16748972.
HSL color Cylindrical-coordinate representation of color #AC91FF: hue angle of 254.73º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC91FF is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 145 | 255 | - |
| CMYK | 0.33 | 0.43 | 0 | 0 |
| HSL | 254.73º | 1% | 0.78% | - |
| HSV(B) | 254.73º | 0.43% | 1% | - |
| XYZ | 45.19 | 36.24 | 99.22 | - |
| YUV | 165.61 | 178.45 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 255 | 0.33 | 0.43 | 0 | 0 | 254.73 | 1 | 0.78 |
| Hex | AC | 91 | FF | 21 | 2B | 0 | 0 | FF | 64 | 4E |
| Octal | 254 | 221 | 377 | 41 | 53 | 0 | 0 | 377 | 144 | 116 |
| Binary | 10101100 | 10010001 | 11111111 | 100001 | 101011 | 0 | 0 | 11111111 | 1100100 | 1001110 |
Color Harmonies of #AC91FF
Complementary color
Monochromatic Colors of #AC91FF
Black with #AC91FF
Text Example
Text Example
White with #AC91FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC91FF; }
p { color: rgb(172,145,255); }
H1.HeaderClassName
{
color: #AC91FF;
}
.AnyTagClassName
{
color: #AC91FF;
}
</style>
background-color css
<style>
a { background-color: #AC91FF; }
a { background-color: rgb(172,145,255); }
div.DivClassName
{
background-color: #AC91FF;
}
.BgClassName
{
background-color: #AC91FF;
}
</style>
border-color css
<style>
span { border-color: #AC91FF; }
span { border-color: rgb(172,145,255); }
td.TdClassName
{
border-color: #AC91FF;
}
.TagClassName
{
border-color: #AC91FF;
}
</style>