Shades of Biloba Flower #AC91DA
Tints of Biloba Flower #AC91DA
RGB
CMYK
RGB Variations
Color information
#AC91DA (or 0xAC91DA) is known color: Biloba Flower. HEX triplet: AC, 91 and DA. RGB value is (172,145,218). Sum of RGB (Red+Green+Blue) = 172+145+218=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC91DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91DA is #536E25. Grayscale: #A1A1A1. Windows color (decimal): -5467686 or 14324140. OLE color: 14324140.
HSL color Cylindrical-coordinate representation of color #AC91DA: hue angle of 262.19º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC91DA is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 145 | 218 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.15 |
| HSL | 262.19º | 0.5% | 0.71% | - |
| HSV(B) | 262.19º | 0.33% | 0.85% | - |
| XYZ | 39.79 | 34.08 | 70.81 | - |
| YUV | 161.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 218 | 0.21 | 0.33 | 0 | 0.15 | 262.19 | 0.5 | 0.71 |
| Hex | AC | 91 | DA | 15 | 21 | 0 | F | 106 | 32 | 47 |
| Octal | 254 | 221 | 332 | 25 | 41 | 0 | 17 | 406 | 62 | 107 |
| Binary | 10101100 | 10010001 | 11011010 | 10101 | 100001 | 0 | 1111 | 100000110 | 110010 | 1000111 |
Color Harmonies of #AC91DA
Complementary color
Monochromatic Colors of #AC91DA
Black with #AC91DA
Text Example
Text Example
White with #AC91DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC91DA; }
p { color: rgb(172,145,218); }
H1.HeaderClassName
{
color: #AC91DA;
}
.AnyTagClassName
{
color: #AC91DA;
}
</style>
background-color css
<style>
a { background-color: #AC91DA; }
a { background-color: rgb(172,145,218); }
div.DivClassName
{
background-color: #AC91DA;
}
.BgClassName
{
background-color: #AC91DA;
}
</style>
border-color css
<style>
span { border-color: #AC91DA; }
span { border-color: rgb(172,145,218); }
td.TdClassName
{
border-color: #AC91DA;
}
.TagClassName
{
border-color: #AC91DA;
}
</style>