Shades of Biloba Flower #ABA3BA
Tints of Biloba Flower #ABA3BA
RGB
CMYK
RGB Variations
Color information
#ABA3BA (or 0xABA3BA) is known color: Biloba Flower. HEX triplet: AB, A3 and BA. RGB value is (171,163,186). Sum of RGB (Red+Green+Blue) = 171+163+186=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABA3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3BA is #545C45. Grayscale: #A7A7A7. Windows color (decimal): -5528646 or 12231595. OLE color: 12231595.
HSL color Cylindrical-coordinate representation of color #ABA3BA: hue angle of 260.87º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABA3BA is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 163 | 186 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.27 |
| HSL | 260.87º | 0.14% | 0.68% | - |
| HSV(B) | 260.87º | 0.12% | 0.73% | - |
| XYZ | 38.75 | 38.4 | 51.82 | - |
| YUV | 168.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 186 | 0.08 | 0.12 | 0 | 0.27 | 260.87 | 0.14 | 0.68 |
| Hex | AB | A3 | BA | 8 | C | 0 | 1B | 105 | E | 44 |
| Octal | 253 | 243 | 272 | 10 | 14 | 0 | 33 | 405 | 16 | 104 |
| Binary | 10101011 | 10100011 | 10111010 | 1000 | 1100 | 0 | 11011 | 100000101 | 1110 | 1000100 |
Color Harmonies of #ABA3BA
Complementary color
Monochromatic Colors of #ABA3BA
Black with #ABA3BA
Text Example
Text Example
White with #ABA3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA3BA; }
p { color: rgb(171,163,186); }
H1.HeaderClassName
{
color: #ABA3BA;
}
.AnyTagClassName
{
color: #ABA3BA;
}
</style>
background-color css
<style>
a { background-color: #ABA3BA; }
a { background-color: rgb(171,163,186); }
div.DivClassName
{
background-color: #ABA3BA;
}
.BgClassName
{
background-color: #ABA3BA;
}
</style>
border-color css
<style>
span { border-color: #ABA3BA; }
span { border-color: rgb(171,163,186); }
td.TdClassName
{
border-color: #ABA3BA;
}
.TagClassName
{
border-color: #ABA3BA;
}
</style>